freeze tool like perl2exe?

Jarek Zgoda jzgoda at o2.usun.pl
Tue May 23 06:28:50 EDT 2006


Jerry napisal:

> I am looking for a freeze tool for Python that is similar to perl2exe
> in that I can "compile" a script on one platform that is built for
> another.  Basically, I would like to be able to build a Python script
> for Solaris using my Windows workstation.  Is there any tool that fits
> the bill?

AFAIK Python tools like py2exe tend to bundle together whole VM
(interpreter + all needed library modules) along with your code. Anyway,
I didn't use (nor even find) anything similar.

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list