来自pycrypto lib的Crypto/Util/Counter.py
中的这一行:
from Crypto.Util import _counter
导致此错误:
ImportError: cannot import name _counter
但我在Python的网站包的pycrypto库中的_counter.so
下有Crypto/Util
文件。我正在使用Python 2.7.5,32位Windows。
答案 0 :(得分:1)
File _counter.so属于Linux / MacOS包,Windows应该有_counter.pyd。可以从此处下载预构建的Windows PyCrypto软件包:http://www.voidspace.org.uk/python/modules.shtml#pycrypto