Single-file executables

Kevin Walzer sw at wordtech-software.com
Sat Feb 11 17:53:57 EST 2006


Which of the Windows/Unix package builders for Python applications is
capable of creating single-file executables? I'm thinking of:

1. py2exe
2. Mcmillan Installer/PyInstaller
3. cxfreeze

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.

-- 
Kevin Walzer
iReveal: File Search Tool
http://www.wordtech-software.com



More information about the Python-list mailing list