[Tutor] compilte python to an executable file.

John Fouhy john at fouhy.net
Mon Mar 27 04:30:45 CEST 2006


On 27/03/06, Keo Sophon <keosophon at khmeros.info> wrote:
> hi all,
>
> Does anyone know how to compile a python filename.py to an executable file?

Google for py2exe.

Note, though, it doesn't really "compile" your script.  Rather, it
bundles up the interpreter and all the flies needed to make it go.  It
still means you can run your programs on Windows systems without
python installed, though.

--
John.


More information about the Tutor mailing list