Re: problem installing AGK

Are you running under python 3? If so, pycrypto has been abandoned in favour of the pycryptodome port. If it's absolutely required though, you should be able to get the former up and running rather easily.

First, install visual studio (I like VS code) and the microsoft visual C++ redistributable for python.

Now run vsvars32.bat or whatever from your VS directory, usually c:\program files (x86)\\microsoft visual studio year\\common7\\tools.

From their, run:

set CL=-FI"%VCINSTALLDIR%\INCLUDE\stdint.h"

then instal pycrypto with pip
pip install pycrypto

You should now be able to use the module relatively easily. Remember, however, that their are better solutions available.

I'd personally recommend just importing pycrptodome as Crypto, as their are no differences to the API.


This worked on my machine, visual studio 2017 running under windows 10

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Reply via email to