Compiling to .exe

Chris Liechti cliechti at gmx.net
Wed Jun 12 19:27:59 EDT 2002


"Dylan Appleman" <tlirobot at tlirobotics.cc> wrote in
news:UwQN8.43539$zh2.13069449 at twister.neo.rr.com: 

> Is it possible to compile Python to .exe?

not in the sense of 'compile' like known from C and other programming 
languages. 

>If so, what program(s) do I
> need? Windows XP, no other programming experience but Python.

but you might well get happy with py2exe or McMillans' Installer.
they both create an exe with an embedded python interpreter plus all the 
files that are needed in a directory, ready to copy to any machine with or 
without python.

http://www.mcmillan-inc.com/install1.html
http://starship.python.net/crew/theller/py2exe/

chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list