distributing scripts

A

Anand S Bisen

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 ???

thanks

Anand
 
M

Maciej Dziardziel

Anand said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,237
Messages
2,571,190
Members
47,827
Latest member
wyton

Latest Threads

Top