Re: [Numpy-discussion] Newbie trying to install NumPy

2013-05-19 Thread Chris Barker - NOAA Federal
On May 18, 2013, at 1:53 AM, "Daπid" wrote: > On 18 May 2013 07:11, Joe > You probably have a different version installed. Grab Python 2.7 from > python.org and install it; Make sure you match 32/64 bit. The message is a bit out of date, you'll get the same error if you try to install a 32 bit n

Re: [Numpy-discussion] Newbie trying to install NumPy

2013-05-18 Thread josef . pktd
On Sat, May 18, 2013 at 1:11 AM, Joe Piccoli wrote: > Hello, > > ** ** > > I've been trying to install NumPy to run with Eclipse on Windows Vista. > After installing (I thought) NumPy I was seeing: > > ** ** > > ImportError: Error importing numpy: you should not try to import numpy from >

Re: [Numpy-discussion] Newbie trying to install NumPy

2013-05-18 Thread Daπid
On 18 May 2013 07:11, Joe Piccoli wrote: > Python version 2.7 required, which was not found in the registry. You probably have a different version installed. Grab Python 2.7 from python.org and install it; then, run the numpy installer. It should just work out of the box.

Re: [Numpy-discussion] Newbie trying to install NumPy

2013-05-18 Thread Johann Cohen-Tanugi
Hello Joe, I am not familiar with windows, but I believe that the Python(x,y) is here to help you : http://code.google.com/p/pythonxy/ HTH, Johann On 05/18/2013 07:11 AM, Joe Piccoli wrote: > Hello, > > I've been trying to install NumPy to run with Eclipse on Windows Vista. > After installing (I

[Numpy-discussion] Newbie trying to install NumPy

2013-05-17 Thread Joe Piccoli
Hello, I've been trying to install NumPy to run with Eclipse on Windows Vista. After installing (I thought) NumPy I was seeing: ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch