Compiling wxPython app for Windows; Single EXE

Vincent Delporte justask at acme.com
Sun Aug 13 18:30:50 EDT 2006


On 13 Aug 2006 13:46:14 -0700, "Tim N. van der Leeuw"
<tim.leeuwvander at nl.unisys.com> wrote:
>I have a wxPython app, which I compile into one EXE file. Then there's
>just 1 support file needed: a MS DLL (which, once distributed, you will
>not need to update).

OK. So you compile the Python app into an EXE using py2exe, and then
use eg. 7Zip to combine all the files into a single EXE, that
1. uncompresses itself in the directory validated by the user
2. when done, runs the Python EXE?



More information about the Python-list mailing list