Hi
I got this error
ImportError: No module named Crypto.Cipher
Where can I find the module for windows and debian linux?
How can I fix error both in windows and Linux?
importerror no module named crypto.cipher windows
Traceback (most recent call last):
File "C:\Users\Win/\Desktop\client.py", line 2, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
>>>
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> from Crypto.Cipher import AES
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Crypto.Cipher
>>>