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?