0

Hi this what I'm getting when I try to run a python program on Windows 8x64 Visual Studio 2012 Python 2.7 I've tried installing precompiled binaries but failed.

 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
Jithu R Jacob
  • 368
  • 2
  • 17

1 Answers1

0

Pretty old question already, but check if the precompiled packages comes with the pyCrypto package. As mentioned here; https://code.google.com/p/keyczar/wiki/PythonDependencies

Blackeagle52
  • 1,956
  • 17
  • 16