This topic created in 3902 days ago, the information mentioned may be changed or developed.
首先,在非 venv 下 pip install pycrypto,之后在 python 中 import Crypto,成功;
之后 . venv/bin/activate (which python 显示虚环境已成功激活),
再 pip install pycrypto,之后在 python 中 import Crypto,报错
ImportError: No module named Crypto
会是什么原因呢?
1 replies • 2015-08-20 17:06:41 +08:00
 |
|
1
saber000 Aug 20, 2015
PYTHONPATH 没设置对吧?
|