Re: [Numpy-discussion] updating NumPy in EPD

2010-06-08 Thread Jeff Hsu
Check which version of numpy python is importing with "import numpy; print numpy.__file__". I had a similar question and this worked after I removed that installation of numpy. I think the enthought distro installs it somewhere else that has priority. On Tue, Jun 8, 2010 at 10:30 PM, Nick Matzk

Re: [Numpy-discussion] Problems with get_info installing scipy

2010-06-08 Thread Jeff Hsu
8, 2010 at 10:41 AM, Pauli Virtanen wrote: > Tue, 08 Jun 2010 09:47:41 -0400, Jeff Hsu wrote: > > I tried to install scipy, but I get the error with not being able to > > find get_info() from numpy.distutils.misc_util. I read that you need > > the SVN version of numpy to fix t

[Numpy-discussion] Problems with get_info installing scipy

2010-06-08 Thread Jeff Hsu
I tried to install scipy, but I get the error with not being able to find get_info() from numpy.distutils.misc_util. I read that you need the SVN version of numpy to fix this. I recompiled numpy and reinstalled from the SVN, which says is version 1.3.0 (was using 1.4.1 version before) and that fu