vote up 0 vote down star

i type "python setup.py install" in a windows XP console, it reported as follows:

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

when i try to run a script which import Crypto.Cipher.AES, it doesnt work. ImportError: cannot import name AES

any idea?

flag

1 Answer

vote up 1 vote down check

On windows, it may just be easier installing PyCrypto via a prebuilt windows installer. The Voidspace site has PyCrypto installers for Python 2.2-2.6.

link|flag
it worked! thanks. – jay Nov 6 at 13:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.