Python Executable Code
Rajat Chopra
rchopra at myrealbox.com
Mon Jun 17 19:49:31 EDT 2002
I have a utility program written in Python that I wish to install on several different machines. I do not want to install the Python interpreter onto each of the machines, but would rather have a Windows Executable (*.exe) version of my Python code so that any user can execute the script.
Does anybody know how to convert a Python file (*.py) to a Windows Executable format (*.exe) ?
Rajat
More information about the Python-list
mailing list