Re: [Tutor] Packaging for distribution

2009-08-20 Thread Jan Ulrich Hasecke
Am 20.08.2009 um 18:26 schrieb Wayne: Does anyone know of any guides/resources, or are these my best bet? Have you considered to distribute it as an egg on http://pypi.python.org/pypi I think that the canonical way. juh smime.p7s Description: S/MIME cryptographic signature

Re: [Tutor] Packaging for distribution

2009-08-20 Thread Mac Ryan
On Thu, 2009-08-20 at 11:26 -0500, Wayne wrote: > Hi, > > > I have a program written in python + pygtk and I'm trying to figure > out what would be the best way to distribute my program. I've googled > all over and I find lots of build scripts, the py2exe utility... > > > It just seems that th

[Tutor] Packaging for distribution

2009-08-20 Thread Wayne
Hi, I have a program written in python + pygtk and I'm trying to figure out what would be the best way to distribute my program. I've googled all over and I find lots of build scripts, the py2exe utility... It just seems that they're either extremely complicated for what I need (which means I coul