Can .py be complied?

beliavsky at aol.com beliavsky at aol.com
Thu Apr 28 10:01:50 EDT 2005


IMO the fact that so many people ask

"How can I create executables in Python on Windows"

indicates that standard "batteries included" Windows Python
distribution is missing a vital battery. There are tools such as
py2exe, but this functionality should be built-in, so that a newbie to
Python can just download it, type

python -o foo.exe foo.py

at the command line, and get an executable, without any further effort.




More information about the Python-list mailing list