我在Windows XP控制檯運行python setup.py install
,並報告如下:PyCrypto沒有完全安裝在Windows XP
running install
running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Random.OSRNG.winrandom' extension
error: None
當我嘗試用import Crypto.Cipher.AES
運行一個腳本,它不工作,他說:
ImportError: cannot import name AES
我該如何解決這個問題?
它的工作!謝謝。 – jay 2009-11-06 13:51:10
沒有版本的win64 :( – tovmeod 2012-07-10 01:19:41
)Voidspace的PyCrypto 2.6版本包括32位和64位版本,每個支持的Python版本 – 2012-10-23 13:33:47