[sympy] Re: replace distutils with setuptools

2008-06-10 Thread Ondrej Certik
On Tue, Jun 10, 2008 at 10:11 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 12:28:22PM -0700, Vinzent Steinberg wrote: Could you be please more concrete and tell what interesting consequences are to be expected? For instance you can no longer override the import of a

[sympy] Re: replace distutils with setuptools

2008-06-10 Thread Sebastian Haase
On Tue, Jun 10, 2008 at 10:11 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 12:28:22PM -0700, Vinzent Steinberg wrote: Could you be please more concrete and tell what interesting consequences are to be expected? For instance you can no longer override the import of a

[sympy] Re: replace distutils with setuptools

2008-06-09 Thread Gael Varoquaux
On Sun, Jun 01, 2008 at 06:20:44AM -0700, Vinzent Steinberg wrote: IMHO it's awesome. Let's switch to this way of distribution of sympy and its third party modules. (Additionally there could be of course a tar ball with all dependencies included.) What do you think? Eggs work by monkey

[sympy] Re: replace distutils with setuptools

2008-06-09 Thread Ondrej Certik
On Mon, Jun 9, 2008 at 8:38 AM, Gael Varoquaux [EMAIL PROTECTED] wrote: On Sun, Jun 01, 2008 at 06:20:44AM -0700, Vinzent Steinberg wrote: IMHO it's awesome. Let's switch to this way of distribution of sympy and its third party modules. (Additionally there could be of course a tar ball with

[sympy] Re: replace distutils with setuptools

2008-06-02 Thread Ondrej Certik
On Sun, Jun 1, 2008 at 8:27 PM, Brian Jorgensen [EMAIL PROTECTED] wrote: Hi, It's been a while, but I'm the one who committed the original sin of including pyglet. In general, I agree with you. The intent back then was to allow users to plot out-of-the-box, without any external dependencies.

[sympy] Re: replace distutils with setuptools

2008-06-01 Thread Vinzent Steinberg
BTW: It already works for sympy: # easy_install --upgrade sympy Searching for sympy Reading http://pypi.python.org/simple/sympy/ Reading http://code.google.com/p/sympy Best match: sympy 0.5.15 Downloading http://sympy.googlecode.com/files/sympy-0.5.15.tar.gz Processing sympy-0.5.15.tar.gz

[sympy] Re: replace distutils with setuptools

2008-06-01 Thread Brian Jorgensen
Hi, It's been a while, but I'm the one who committed the original sin of including pyglet. In general, I agree with you. The intent back then was to allow users to plot out-of-the-box, without any external dependencies. I've since come to believe that our users are generally python programmers