Re: updating NumPy in EPD

2010-06-08 Thread Nick Matzke
Hi again, I got the solution on the NumPy list, I thought I would share for posterity... 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

Re: updating NumPy in EPD

2010-06-08 Thread Robert Kern
On 6/8/10 8:05 PM, Nick Matzke wrote: Hi all, I have a slightly weird question. I would like to install the PyCogent 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 downlo

Re: updating NumPy in EPD

2010-06-08 Thread Nick Matzke
Oh yes -- I would just update my version of EPD, which is where my NumPy came from -- however, Enthought only has available for academic download a version of EPD that works on OS X 10.5 or later, and my Mac is a 10.4.11 and I'd rather not completely reinstall the OS just to get one little lib

updating NumPy in EPD

2010-06-08 Thread Nick Matzke
Hi all, I have a slightly weird question. I would like to install the PyCogent 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 version of Nu