Re: [Numpy-discussion] numpy 1.3.0 eggs with python2.6 seem broken on osx, and linux

2009-12-02 Thread René Dudfield
On Sat, Nov 28, 2009 at 2:56 PM, David Cournapeau wrote: > On Sat, Nov 28, 2009 at 10:42 PM, René Dudfield wrote: > > > > > yeah, I completely understand the unfortunate packaging situation (eg, > some > > of my packages do not work with this install method). > > > > Here is a simple package requ

Re: [Numpy-discussion] numpy 1.3.0 eggs with python2.6 seem broken on osx, and linux

2009-11-28 Thread David Cournapeau
On Sat, Nov 28, 2009 at 10:42 PM, René Dudfield wrote: > > yeah, I completely understand the unfortunate packaging situation (eg, some > of my packages do not work with this install method). > > Here is a simple package requiring numpy.  It uses buildout > (http://www.buildout.org/).  To help eas

Re: [Numpy-discussion] numpy 1.3.0 eggs with python2.6 seem broken on osx, and linux

2009-11-28 Thread René Dudfield
On Sat, Nov 28, 2009 at 11:16 AM, David Cournapeau wrote: > On Sat, Nov 28, 2009 at 6:34 PM, René Dudfield wrote: > > Hi, > > > > the other day I tried installing numpy with easy_install, and did not > have > > much luck with python2.6. > > What problem exactly do you have ? > > Since 1.3.0, the

Re: [Numpy-discussion] numpy 1.3.0 eggs with python2.6 seem broken on osx, and linux

2009-11-28 Thread David Cournapeau
On Sat, Nov 28, 2009 at 6:34 PM, René Dudfield wrote: > Hi, > > the other day I tried installing numpy with easy_install, and did not have > much luck with python2.6. What problem exactly do you have ? Since 1.3.0, the release process for numpy uses virtualenv internally to build the installers,

[Numpy-discussion] numpy 1.3.0 eggs with python2.6 seem broken on osx, and linux

2009-11-28 Thread René Dudfield
Hi, the other day I tried installing numpy with easy_install, and did not have much luck with python2.6. To reproduce, try installing with easy_install-2.6, or with buildout. The work around is to just install it in another way (eg, dmg or with setup.py install). cheers, __