distributing scripts

Maciej Dziardziel fiedzia at fiedzia.prv.pl
Tue May 3 14:54:07 EDT 2005


Anand S Bisen wrote:

> Hello,
> 
> What is a good way to distributing python scripts as a package. Since
> lately i am facing lots of issues with my python scripts not being able
> to run properly due to either (old python 2.2 at the client machine) or
> missing module. Is there a way by which i can solve these issues
> revolving around my scripts ???

You can use cxFreeze (http://starship.python.net/crew/atuining/cx_Freeze/)
to freeze python interpreter and all required modules.

-- 
Maciej "Fiedzia" Dziardziel (fiedzia (at) fiedzia (dot) prv (dot) pl)
www.fiedzia.prv.pl

Patience comes to those who wait.



More information about the Python-list mailing list