【发布时间】:2014-01-30 07:21:52
【问题描述】:
Crypto/Util/Counter.py 中的这一行来自 pycrypto 库:
from Crypto.Util import _counter
导致此错误:
ImportError: cannot import name _counter
但我在 Python 站点包的 pycrypto 库中的 Crypto/Util 下有文件 _counter.so。我正在为 Windows 使用 Python 2.7.5,32 位。
【问题讨论】: