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
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
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
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
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
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.
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
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
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
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
10 matches
Mail list logo