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/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to