这条线在Crypto/Util/Counter.py
从pycrypto lib目录下:
from Crypto.Util import _counter
导致此错误:
ImportError: cannot import name _counter
但我有一个文件_counter.so
下Crypto/Util
在Python的site-packages的pycrypto库。 我使用Python 2.7.5,32位的Windows。
这条线在Crypto/Util/Counter.py
从pycrypto lib目录下:
from Crypto.Util import _counter
导致此错误:
ImportError: cannot import name _counter
但我有一个文件_counter.so
下Crypto/Util
在Python的site-packages的pycrypto库。 我使用Python 2.7.5,32位的Windows。
_counter.so所属的Linux / MacOS的包文件时,Windows应该改为_counter.pyd。 预建的Windows PyCrypto包可以从这里下载: http://www.voidspace.org.uk/python/modules.shtml#pycrypto