[Tutor] py2exe
Kent Johnson
kent37 at tds.net
Fri May 13 13:59:24 CEST 2005
ray007 at bluemail.ch wrote:
> Hi
>
> Thanks for this. But do you know how I can achieve a single exe file with
> the dist and build folders. Is it possible to run a single exe file without
> the other dependencies?
The most common approach on Windows seems to be to use py2exe to create the executable and InnoSetup
or NSIS to package an installer. This gives you a single-file distribution though the executable is
more than one file.
For more discussion search comp.lang.python for py2exe innosetup:
http://groups-beta.google.com/group/comp.lang.python/search?hl=en&group=comp.lang.python&q=py2exe+innosetup&qt_g=1&searchnow=Search+this+group
Kent
More information about the Tutor
mailing list