嗨,当我尝试在Windows 8x64 Visual Studio 2012 Python 2.7上运行python程序时,我得到了什么,我尝试安装预编译的二进制文件,但失败了。
from keyczar.keys import RsaPrivateKey,RsaPublicKey,AesKey
File "C:Python27libsite-packageskeyczarkeys.py", line 34, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
已经很老的问题了,但请检查预编译包是否附带pyCrypto包。正如这里提到的;https://code.google.com/p/keyczar/wiki/PythonDependencies