wxpython and py2exe

If you still have trouble, try PyInstaller - this also helps to create standalone exes

···

On Monday, June 10, 2013 11:32:18 AM UTC-7, John wrote:

I keep getting “Exception: Seems not to be an exe-file” when I try using py2exe to convert my wxpython application to an executable. I’ve used the following setup.py as described on http://wiki.wxpython.org/DistributingYourApplication
But, I keep getting the same error. Any help would be greatly appreciated.