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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to