Re: [Numpy-discussion] numPy not imported into Python

2013-05-02 Thread Chris Barker - NOAA Federal
On Wed, May 1, 2013 at 6:52 PM, Mark Micklich wrote: > Oh! I imported numpy and that worked. I probably should have mentioned > I'm working through the 2005 "*Numerical Methods in Engineering with > Python*" textbook from the school library. The examples are still good, > but the Import statem

Re: [Numpy-discussion] numPy not imported into Python

2013-05-01 Thread Mark Micklich
Oh! I imported numpy and that worked. I probably should have mentioned I'm working through the 2005 "*Numerical Methods in Engineering with Python*" textbook from the school library. The examples are still good, but the Import statement used in the book is obsolete. Thanks for the quick reply.

Re: [Numpy-discussion] numPy not imported into Python

2013-05-01 Thread Christopher Hanley
Mark, Numpy is not numarray. Numarray is an older package that has long since been replaced by numpy. You should only use numpy in any development from now on. Chris On Wednesday, May 1, 2013, Mark Micklich wrote: > Hello -- After installing numPy, I'm getting the following error message > whe

[Numpy-discussion] numPy not imported into Python

2013-05-01 Thread Mark Micklich
Hello -- After installing numPy, I'm getting the following error message when attempting to import numarray: ImportError: No module named numarray I do have numPy installed. I'm running under Lubuntu 12.10 and the Spyder 2.1.10 IDE. I'm fairly new to developing Python on Linux. I assume