convert python scripts to exe file

Larry Bates lbates at websafe.com
Mon Feb 26 10:20:47 EST 2007


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 w9xpopen.exe at a
minimum as external files.  If you want to have only 1 .EXE to
distribute, use Inno Installer.  Your users will thank you for
having a proper installer, uninstaller.

-Larry Bates




More information about the Python-list mailing list