Python Question About Compiling.

Fredrik Lundh fredrik at pythonware.com
Thu Nov 30 02:01:48 EST 2006


Scheol Service wrote:

> Im just unsure on how to compile python code into .exe executionable
> files.  Is there a simple way to do this?

typing "compile python code" into google gives you

     http://effbot.org/zone/python-compile.htm

which gives you some background, and links to a bunch of bundling tools.

</F>




More information about the Python-list mailing list