Directly Executable Files in Python

Raymond Hettinger python at rcn.com
Wed Mar 30 20:29:24 EDT 2011


On Mar 28, 8:37 pm, Jordan Meyer <jordanmeyer1... at gmail.com> wrote:
> Is it possible to make a directly executable (such as .exe on Windows) file from scripts written in Python? So as to prevent the end-user from having to download an interpreter to run the program.

http://docs.python.org/faq/programming.html#how-can-i-create-a-stand-alone-binary-from-a-python-script


Raymond



More information about the Python-list mailing list