On 27/03/06, Keo Sophon <[EMAIL PROTECTED]> 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. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor