我python setup.py install
在 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
我怎样才能解决这个问题?