Re: [matplotlib-devel] Adding optional setuptools to setup.py

2007-12-12 Thread Andrew Straw
If we're going to use setuptools (actually already required for Python 2.3), I think we need to do it completely and not optionally -- otherwise users will start to depend on its features, which simply won't be there in some cases. In particular, I suspect they will make use of the dependency r

Re: [matplotlib-devel] Adding optional setuptools to setup.py

2007-12-12 Thread Gael Varoquaux
On Wed, Dec 12, 2007 at 01:40:38PM -0500, Charlie Moad wrote: > We added "setupegg.py" a long time ago which does exactly this. The > line below would then be: > python setupegg.py develop Sorry. I am being really brain dead today. Thanks, Gaƫl

Re: [matplotlib-devel] Adding optional setuptools to setup.py

2007-12-12 Thread Charlie Moad
We added "setupegg.py" a long time ago which does exactly this. The line below would then be: python setupegg.py develop On Dec 12, 2007 12:35 PM, Gael Varoquaux <[EMAIL PROTECTED]> wrote: > On Wed, Dec 12, 2007 at 09:32:04AM -0800, Andrew Straw wrote: > > If we're going to use setuptools (actua

Re: [matplotlib-devel] Adding optional setuptools to setup.py

2007-12-12 Thread Gael Varoquaux
On Wed, Dec 12, 2007 at 09:32:04AM -0800, Andrew Straw wrote: > If we're going to use setuptools (actually already required for Python > 2.3), I think we need to do it completely and not optionally -- > otherwise users will start to depend on its features, which simply won't > be there in some c