import pylab error--> "ImportError: No module named numpy"

import pylab

causes it to try to import numpy

but 'numpy' is not found in numarray or numeric packages!?!

Any ideas?

Chris

"numpy" is the third generation of Numeric/numarray, it is a different package.

http://numeric.scipy.org/

You can go get it and install it, or change your matplotlibrc to select Numeric or numarray

-Chris

Chris Seberino wrote:

ยทยทยท

import pylab

causes it to try to import numpy

but 'numpy' is not found in numarray or numeric packages!?!

Any ideas?

Chris

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...