standalone executables

Daniel Nogradi nogradi at gmail.com
Tue Jul 10 04:53:48 EDT 2007


> I need a reference to get all the programs which used to package Python
> programs into standalone executables files.
>      Would you help me?


windows: http://www.py2exe.org/
mac: http://cheeseshop.python.org/pypi/py2app/
linux: http://wiki.python.org/moin/Freeze
linux/windows: http://python.net/crew/atuining/cx_Freeze/

HTH.



More information about the Python-list mailing list