[Tutor] executables

Bruce Sass bsass@freenet.edmonton.ab.ca
Sun, 5 Aug 2001 12:46:08 -0600 (MDT)


On Sun, 5 Aug 2001, paul wrote:

> what is the best way to make a python script into an executable file?

chmod a+x script.py

;-)


But I suspect you are looking for py2exe and similar
software... searching the mailing list archives for "py2exe" should
get you lots of opinions on which is the best (or maybe a MS user will
point you to the best thread on the subject).


- Bruce