I am very new to python v3.3.
I have installed the Crypto module. I am
running windows7 64 bit.
When testing the modules I get the following results.
Traceback (most recent call last):
File "<pyshell#1 >", line 1, in <module>
from Crypto.Hash import MD5
ImportError: No module named 'Crypto'
Please help me to how to import module succesfully.
I have installed the Crypto module. I am
running windows7 64 bit.
When testing the modules I get the following results.
Traceback (most recent call last):
File "<pyshell#1 >", line 1, in <module>
from Crypto.Hash import MD5
ImportError: No module named 'Crypto'
Please help me to how to import module succesfully.
Comment