kyor Posted November 11, 2014 Posted November 11, 2014 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?
Tripredacus Posted November 12, 2014 Posted November 12, 2014 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.
kyor Posted November 17, 2014 Author Posted November 17, 2014 (edited) 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, 2014 by kyor
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now