For Windows 7:
I went through this error "Crypo.Cipher import AES module error"
To install Pycrypto on Windows,
Try this on the command line,
Set path = C: \ Python27 \ Scripts (path where easy_install is located)
Then do the following:
easy_install pycrypto
For Ubuntu:
Try it,
Download Pycrypto from " https://pypi.python.org/pypi/pycrypto "
Then change your current path to the loaded path using your terminal:
For example: root @ xyz-virtual-machine: ~ / pycrypto-2.6.1 #
Then perform the following operations using the terminal:
install python setup.py
It worked for me. Hope works for everyone.
JayaPrakash Apr 12 '15 at 9:31 on 2015-04-12 09:31
source share