Re: problem installing AGK

2018-10-30 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector


  


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 pippip install pycryptoYou 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

URL: http://forum.audiogames.net/post/389643/#p389643




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


problem installing AGK

2018-10-30 Thread AudioGames . net Forum — Developers room : zenothrax via Audiogames-reflector


  


problem installing AGK

Hello all. When installing PyCrypto, a dependency of AGK, I get an error about the Microsoft Visual C++ Build tools. Is there any way to fix this? (Aside from forgetting about AGK and using pyaudiogame, )

URL: http://forum.audiogames.net/post/389216/#p389216




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


Re: problem installing AGK

2018-10-30 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector


  


Re: problem installing AGK

Hi there,I am asuming AGK is for App Game kit... Is it accessible? I downloaded it some time ago but never understoot how to compile using the command line or use the AGK editor.Any tips?

URL: http://forum.audiogames.net/post/389292/#p389292




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