November 11, 201411 yr Is it possible to get python to work with the 64bit version of pe? I downloaded portable python and it worked for 32bit PE.Does anybody have experience with that?
November 12, 201411 yr I'm not certain, I've only used Python with certain games. Is Python available with 64bit files? If not then, I do know some of the PE projects have succeeded in adding wow64 support. You could look into that.
November 17, 201411 yr Author for those who have a similar question:i have found the clue. You can use the portable version of Python (WinPython portable)you have to copy the appropriate Visual C++ dll from microsoft to the c:\windows\system32 folder.now you can run your python code. Edited November 17, 201411 yr by kyor
Create an account or sign in to comment