[sage-support] Re: netcdf error in sage-4.5.2

2010-09-19 Thread Le Fou Volant
Hello, I am also very interested in being able to work with netcdf and hdf files in Sage. I already is possible if what you want to do is simple. Scipy has a netcdf class. All you have to do is: from scipy.io.netcdf import * ncfile=netcdf_file(yourfilename,'r') Then ncfile.variables.keys() to li

[sage-support] Re: netcdf error in sage-4.5.2

2010-09-07 Thread samrat
Hi, Thanks for your replies. No one replied for a couple of days and so i thought that it would remain status quo. So - well - i compiled netcdf-4.1.1 with the -fPIC flag. As you said netcdf-4.1.1 does not have the default compile time option of shared libs being built. Enabling build of shared li