|
From: Michael R. <raw...@ya...> - 2012-09-13 20:34:44
|
________________________________ From: Michael Droettboom <md...@st...> To: mat...@li... Sent: Thursday, September 13, 2012 2:09 PM Subject: Re: [Matplotlib-users] error installing basemap You need to also install the python development package (python-dev), which contains the headers. Mike ________________________________ From: Michael Rawlins <raw...@ya...> To: Michael Droettboom <md...@st...>; "mat...@li..." <mat...@li...> Sent: Thursday, September 13, 2012 3:11 PM Subject: Re: [Matplotlib-users] error installing basemap ailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matplotlib-users OK basemap installed. Thanks. But I'm getting an error running a script that worked with previous installation(s) of python, matplotlib, and basemap. The error: user@comsys:~>python map2_TempDiff_4panels.py Traceback (most recent call last): File "map2_TempDiff_4panels.py", line 27, in <module> from mpl_toolkits.basemap import NetCDFFile ImportError: cannot import name NetCDFFile I installed python-mpltoolkits.basemap from package manager, before testing my script. MR An update: My test script, which works with previously, now gets past the header initializations. Here they are: import sys,getopt from mpl_toolkits.basemap import Basemap, shiftgrid, cm #from mpl_toolkits.basemap import NetCDFFile from Scientific.IO.NetCDF import NetCDFFile from pylab import * import matplotlib.pyplot as plt Notr clear why the first import NetCDFFile statement does not work. Farther down the script, the code stops on this statement: data.missing_value=-9.99 There error to standard output: Traceback (most recent call last): File "map2_TempDiff_4panels.py", line 266, in <module> data.missing_value=-9.99 IOError: netcdf: write access to read-only file ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Matplotlib-users mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matplotlib-users |