Compiler or stg. to get exe!

Christian Heimes lists at cheimes.de
Fri Dec 28 08:35:15 EST 2007


SMALLp wrote:
> Hy!
> I have question. After short goggling, I haven't found anything good. So 
> my question is:
> I wrote a program in python and i Get .py files and some .pyc in working 
> folder. Now i want program tu run under windows, so i need to get exe 
> files or something.
> And what do i need to do to make program for linux. (stg. like .deb package)

py2exe can bundle your files, the Python dll and all its dependencies
into a distributable executable.

It does *not* convert the Python code into an exe.

Christian




More information about the Python-list mailing list