> > According to the command line help for cx_Freeze and py2exe, they
> > cannot pack my program with additional installation files into one
> > self-extracting .exe file (which is what I want to do).
> >
> > Am I wrong on this?
>
> As far as py2exe goes, no, you're not wrong.
>
> On the other h
> Seriously, if you're only interested in Windows, just use py2exe, or if
> you want Linux+Windows, try cx_Freeze.
According to the command line help for cx_Freeze and py2exe, they
cannot pack my program with additional installation files into one
self-extracting .exe file (which is what I want to
Hi.
Thank you Gordon McMillan for a very nice freeze tool for python.
(I use it on Windows XP SP2 for creating a single-file self-extracting
wxPython based installation script for a non-python application.)
Recently I upgraded to python 2.4, and on my system any .exe file
generated by the install