Re: convert python scripts to exe file

2007-02-26 Thread Larry Bates
Eric CHAO wrote: > 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? > > Thanks. You can use the bundle= parameter to get "less" files, but you can't get to only 1 because you need mscvr71.dll and w9xpop

Re: convert python scripts to exe file

2007-02-24 Thread Gabriel Genellina
En Sun, 25 Feb 2007 00:29:53 -0300, Eric CHAO <[EMAIL PROTECTED]> 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

convert python scripts to exe file

2007-02-24 Thread Eric CHAO
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? Thanks. -- http://mail.python.org/mailman/listinfo/python-list