convert python scripts to exe file

Gabriel Genellina gagsl-py at yahoo.com.ar
Sat Feb 24 23:56:08 EST 2007


En Sun, 25 Feb 2007 00:29:53 -0300, Eric CHAO <lionchao at gmail.com>  
escribió:

> I know py2exe can make an exe file. But python runtime dll is still
> there. How can I combine the dll file into the exe, just make one
> file?

May I ask why? If you want to distribute your app on a single file, there  
are many installers available that will package that for you (try  
InnoSetup).

-- 
Gabriel Genellina




More information about the Python-list mailing list