vote up 0 vote down star
1

I have a Python program (with Django - does this matter?) that I want to 'bundle', if you like. How do I do this, in the same way one can create a .jar for Java?

flag

1  
Do you have a chicken? You need one to produce an egg. ;) – Paul Nathan Oct 30 at 15:07
1  
Who needs a chicken when you've got a Python ;) – _bravado Oct 30 at 15:08
Pythons also lay eggs... ;) – Jesper Oct 30 at 15:27

2 Answers

vote up 4 vote down check

You want to use the Python SetupTools. You create a description file (setup.py) and then building and creating the egg is a one-line command (similar to Make). Here's a nice presentation that will walk you through the details.

link|flag
vote up 0 vote down

Check this out!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.