correvo python setup.py install
in una console di Windows XP, ed è riportato come segue:pycrypto non completamente installati su 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
Quando provo ad eseguire uno script con import Crypto.Cipher.AES
, non funziona, dicendo:
ImportError: cannot import name AES
Come posso risolvere questo problema?
ha funzionato! Grazie. – jay
nessuna versione per win64 :( – tovmeod
La versione PyCrypto 2.6 di Voidspace include build a 32 e 64 bit per ogni versione Python supportata –