Single-file executables

"Martin v. Löwis" martin at v.loewis.de
Sat Feb 11 19:07:06 EST 2006


Kevin Walzer wrote:
> The apps I've seen created by py2exe aren't single-file at all, the
> install folder is full of files besides the main program. I'm looking
> for a solution that stuffs all libraries, scripts, and the Python
> runtime into one file.

For full control, and truly single-binary executables, I recommend
to use freeze itself. It takes a bit more work, but also gives better
results.

Regards,
Martin



More information about the Python-list mailing list