Re: can't use NetcdfFile

2006-02-22 Thread Rocco Moretti
[EMAIL PROTECTED] wrote: > Hi, > I'm trying to open a Netcdf file using NetcdfFile but I always get an > import error DLL failed > even though I've tried using all these: > > import Numeric > from Scientific.IO.NetCDF import NetCDFFile > from Scientific.IO import NetCDF > from Scientific import *

can't use NetcdfFile

2006-02-22 Thread [EMAIL PROTECTED]
Hi, I'm trying to open a Netcdf file using NetcdfFile but I always get an import error DLL failed even though I've tried using all these: import Numeric from Scientific.IO.NetCDF import NetCDFFile from Scientific.IO import NetCDF from Scientific import * from Scientific.IO.NetCDF import * I've go