How to create Python executable

Matthew Dixon Cowles matt at mondoinfo.com
Sat Jun 30 13:58:51 EDT 2001


On Sat, 30 Jun 2001 06:42:29 GMT, sorular <sorular at netscape.net>
wrote:

>How to make an executable from a python program?

>The code is made up from several python scripts and files in a
>directory. It requires ActiveState to run but I want to run it on any
>machine as an executable (*.exe) that don't necessarily have python.

If your executables end in .exe, it's a fair bet that you're using
Windows. In that case, I'm told that py2exe is very handy. It's at:

http://starship.python.net/crew/theller/py2exe/

Regards,
Matt



More information about the Python-list mailing list