6

如何将现有的 virtualenv python 转换为与 UCS4 兼容?

4

1 回答 1

0

Your question does not make much sense to me as it does lacks a lot of information.

Based on my Unicode experience, I would believe that you are using Python on Windows, probably a Python 2.

UCS-4 is just one Unicode encoding, which happens not to be the one used internally by Python.

Here is something that would help you debug the issue How to find out if Python is compiled with UCS-2 or UCS-4?

And regarding modules, you need to reinstall all the binary ones, the pure python ones would not need any change.

于 2016-02-07T18:05:01.713 回答