Re: python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-09 Thread Alia Khouri
Might as well answer the survey myself: > A few questions (please add more) so far are: > (1) Should setuptools be standard? Not at this stage. What pythonistas need is a cross-platform package manager that is included in the stdlib. Setuptools is simply not mature enough nor pythonic enough to

Re: python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-03 Thread Sion Arrowsmith
Carl Banks <[EMAIL PROTECTED]> wrote: >1. setuptools will download and install dependencies on the user's >behalf, without asking, by default. It will *attempt* to download etc. etc. on the assumption that you have convenient, fast network connection. If you don't My experience is getting on

Re: python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-01 Thread rurpy
On Jun 1, 2:47 am, Alia Khouri <[EMAIL PROTECTED]> wrote: > Can we open up the discussion here about how to improve setuptools > which has become the de facto standard for distributing / installing > python software. I've been playing around with ruby's gems which seems > to be more more mature and

Re: python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-01 Thread Paul Boddie
On 1 Jun, 10:47, Alia Khouri <[EMAIL PROTECTED]> wrote: > Can we open up the discussion here about how to improve setuptools > which has become the de facto standard for distributing / installing > python software. I've been playing around with ruby's gems which seems > to be more more mature and

Re: python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-01 Thread Carl Banks
On Jun 1, 4:47 am, Alia Khouri <[EMAIL PROTECTED]> wrote: > Can we open up the discussion here about how to improve setuptools > which has become the de facto standard for distributing / installing > python software. I've been playing around with ruby's gems which seems > to be more more mature and

python's setuptools (eggs) vs ruby's gems survey/discussion

2008-06-01 Thread Alia Khouri
Can we open up the discussion here about how to improve setuptools which has become the de facto standard for distributing / installing python software. I've been playing around with ruby's gems which seems to be more more mature and usable. >From my perspective, the relative immaturity of setupt