From: Chris B. <Chr...@no...> - 2003-03-12 17:43:46
|
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 Chr...@no... |