On 13 Aug 2006 13:46:14 -0700, "Tim N. van der Leeuw"
<[EMAIL PROTECTED]> 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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to