Castronova / EMIT

Environmental Model Integration Project (EMIT)
GNU General Public License v2.0
0 stars 2 forks source link

Crypto not working on Windows 10 #445

Closed farrieta9 closed 8 years ago

farrieta9 commented 8 years ago

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.