Re: distributing python software in jar like fashion

2007-03-17 Thread Colin J. Williams
ce wrote: > On Mar 15, 10:23 am, alf <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have a small app which consist of a few .py files. Is there any way to >> distribute it in jar like fashion as a single file I can just run python >> on. I obviously look for platform independent solution. >> >> Thx in a

Re: distributing python software in jar like fashion

2007-03-17 Thread Gary Duzan
In article <[EMAIL PROTECTED]>, John Nagle <[EMAIL PROTECTED]> wrote: > Were Python "eggs" a flop, or what? > > We need to have one packager that everyone agrees on. >Otherwise, installs become a mess, and then you have to have >installers that handle multiple packagers. I think the po

Re: distributing python software in jar like fashion

2007-03-16 Thread Chris Cioffi
Hi John, I don't think eggs are a flop, however the pain they are trying to solve is generally pretty minor in the Python world vs what we often see with other languages. We're starting to see some push to move more 3rd party libraries and frameworks to eggs (ie: Turbogears) and as the developer

Re: distributing python software in jar like fashion

2007-03-16 Thread Robert Kern
John Nagle wrote: > Were Python "eggs" a flop, or what? No. > We need to have one packager that everyone agrees on. > Otherwise, installs become a mess, and then you have to have > installers that handle multiple packagers. Eggs and Squisher are complementary tools. Squisher is good fo

Re: distributing python software in jar like fashion

2007-03-16 Thread John Nagle
Were Python "eggs" a flop, or what? We need to have one packager that everyone agrees on. Otherwise, installs become a mess, and then you have to have installers that handle multiple packagers. John Nagle Gary Duzan wrote: > In article <[EMAIL PR

Re: distributing python software in jar like fashion

2007-03-16 Thread Gary Duzan
In article <[EMAIL PROTECTED]>, alf <[EMAIL PROTECTED]> wrote: >Hi, > >I have a small app which consist of a few .py files. Is there any way to >distribute it in jar like fashion as a single file I can just run python >on. I obviously look for platform independent solution. > >Thx in advance, A.

Re: distributing python software in jar like fashion

2007-03-14 Thread Shane Geiger
Hi, I have a small app which consist of a few .py files. Is there any way to distribute it in jar like fashion as a single file I can just run python on. I obviously look for platform independent solution. Thx in advance, A. """ Author: Shane Geiger <[EMAIL PROTECTED]> Wed Mar 14 21

Re: distributing python software in jar like fashion

2007-03-14 Thread Ben Finney
alf <[EMAIL PROTECTED]> writes: > I have a small app which consist of a few .py files. Is there any > way to distribute it in jar like fashion as a single file I can just > run python on. I obviously look for platform independent solution. Python eggs are the platform-independent distributable si

Re: distributing python software in jar like fashion

2007-03-14 Thread ce
On Mar 15, 10:23 am, alf <[EMAIL PROTECTED]> wrote: > Hi, > > I have a small app which consist of a few .py files. Is there any way to > distribute it in jar like fashion as a single file I can just run python > on. I obviously look for platform independent solution. > > Thx in advance, A. You can

distributing python software in jar like fashion

2007-03-14 Thread alf
Hi, I have a small app which consist of a few .py files. Is there any way to distribute it in jar like fashion as a single file I can just run python on. I obviously look for platform independent solution. Thx in advance, A. -- http://mail.python.org/mailman/listinfo/python-list