These are the errors I'm getting:
from Crypto.Cipher import AES
File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher\AES.py", line 50, in
File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher_AES.py", line 7, in
File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher_AES.py", line 6, in bootstrap
ImportError: DLL load failed: %1 is not a valid Win32 application.
Its from the file encrypt.py. If i comment out
from Crypto.Cipher import AES
from Crypto import Random
the program will run.
These are the errors I'm getting: from Crypto.Cipher import AES File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher\AES.py", line 50, in
File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher_AES.py", line 7, in
File "c:\users\lil9po~1\appdata\local\temp\easy_install-jeezjt\pycrypto-2.6.1-py2.7-win-amd64.egg.tmp\Crypto\Cipher_AES.py", line 6, in bootstrap
ImportError: DLL load failed: %1 is not a valid Win32 application.
Its from the file encrypt.py. If i comment out from Crypto.Cipher import AES from Crypto import Random the program will run.