packaging programs

B

Brian Blais

Hello,

What is the preferred way of packaging python programs? I know a bit about py2exe
(windows) and freeze (linux), but is there a way to package something if you assume
that they have python installed? For example, if you assume that they have Python
2.4, but don't have scipy/numpy/matplotlib, is there something which will locally
package these modules to distribute with the program? What are the options here?
Are there any good docs for this?

thanks,

Brian Blais
 
D

Diez B. Roggisch

Brian said:
Hello,

What is the preferred way of packaging python programs? I know a bit
about py2exe (windows) and freeze (linux), but is there a way to package
something if you assume that they have python installed? For example,
if you assume that they have Python 2.4, but don't have
scipy/numpy/matplotlib, is there something which will locally package
these modules to distribute with the program? What are the options here?
Are there any good docs for this?

setuptools. You can then distribute your application as an egg, which
basically is a zip-file.

Regards,

Diez
 

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

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,128
Latest member
ElwoodPhil
Top