Good day all,
I developed a desktop app using wxPython GUI and created an .exe file for it using Py2exe. But when I run/launch the .exe file it says “is not a valid win32 application”.
What could have gone wrong with my process?
History:
1) My installation is: Windows 32-bit, Python 2.7.6, wxPython3
2) I have successfully done this process using my old PC
3) Now that am using a new PC with the same installation, it first complained of missing msvcp90.dll file and I downloaded one here (the Manual fix) to fix that.
4) After creating the exe file (with the new PC), it won’t run/launch
Thanks in advance for your help.