导入_counter形式的pycrypto库时出错

时间:2014-01-30 07:21:53

标签: python pycrypto

来自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。

1 个答案:

答案 0 :(得分:1)

File _counter.so属于Linux / MacOS包,Windows应该有_counter.pyd。可以从此处下载预构建的Windows PyCrypto软件包:http://www.voidspace.org.uk/python/modules.shtml#pycrypto