[EMAIL PROTECTED] 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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to