[Numpy-discussion] Numerics 21 -> Numerics 22/23
Chris Barker
Chris.Barker at noaa.gov
Wed Mar 12 09:44:12 CST 2003
On Wednesday, March 12, 2003, at 09:06 AM, Mathieu Malaterre wrote:
> from Scientific.IO.NetCDF import *
> File "<stdin>", line 1, in ?
> ValueError: Invalid type for array
>
Did you re-build the NetCDF module? Ifnot, that's probably your
problem. Extensions that use Numeric (like NetCDF) have to be built
against the version of Numeric that you are running them with. I had a
very similar problem with NetCDf, and re-building it with the version
of Numeric I was using solved it.
-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 at noaa.gov
More information about the Numpy-discussion
mailing list