Jeff Hsu wrote:
> Check which version of numpy python is importing with "import numpy;
> printnumpy.__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.
Ah, this was t
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
Hi NumPy gurus,
I have a slightly weird question. I would like to install
the PyCogent python library. However, this requires NumPy
1.3 or higher. I only have NumPy 1.1.1, because I got it as
part of the Enthought Python Distribution (4.1) back in 2008.
Now, when I download & install a new