ImportError: No module named Crypto

AK1992 picture AK1992 · Jun 9, 2015 · Viewed 44.4k times · Source

I am just starting to explore Python. I am trying to run an AES algorithm code and I am facing the:

ImportError: No module named Crypto.

How do you solve this?

Answer

user1801517 picture user1801517 · Jun 9, 2015

You have to install crypto package. https://pypi.python.org/pypi/pycrypto