0

嗨,当我尝试在 Windows 8x64 Visual Studio 2012 Python 2.7 上运行 python 程序时,我得到了这样的结果,我尝试安装预编译的二进制文件但失败了。

 from keyczar.keys import RsaPrivateKey,RsaPublicKey,AesKey
  File "C:\Python27\lib\site-packages\keyczar\keys.py", line 34, in <module>
 from Crypto.Cipher import AES
  ImportError: No module named Crypto.Cipher
4

1 回答 1

0

已经很老的问题了,但请检查预编译的包是否随 pyCrypto 包一起提供。如此处所述;https://code.google.com/p/keyczar/wiki/PythonDependencies

于 2014-09-24T13:40:43.210 回答