Re: [Matplotlib-users] bugfix for: ImportError: No module named _backend_gdk

2008-12-24 Thread John Hunter
On Tue, Dec 23, 2008 at 11:48 PM, Balaji S. Srinivasan wrote: > I figured out that this was due to an extra comma in setupext.py. > Edit line 1347 to remove the extra comma, changing this: > > module = Extension( > > 'matplotlib.backends._backend_gdk', > ['src/backend_gdk.c', ], #< HERE IS TH

[Matplotlib-users] bugfix for: ImportError: No module named _backend_gdk

2008-12-24 Thread Balaji S. Srinivasan
Hi, I had the following error message when I tried to install matplotlib-0.98.5.2.tar.gz from source. The build and install process seemed to proceed without errors, but when I tried "import pylab", I got the following traceback: File /usr/local/lib/python2.5/site-packages/pylab.py, line 1, i

Re: [Matplotlib-users] Plotting NOAA data...

2008-12-24 Thread Jeff Whitaker
Mauro Cavalcanti wrote: > Dear Anton, > > 2008/12/23 antonv : > >> Also, because I figured out the data I need and already have the scripts in >> place >> to extract the CSV files I would really like to keep it that way. Would it >> be possible to >> just show me how to get from the csv file

Re: [Matplotlib-users] Plotting NOAA data...

2008-12-24 Thread Mauro Cavalcanti
Dear Anton, 2008/12/23 antonv : > Also, because I figured out the data I need and already have the scripts in > place > to extract the CSV files I would really like to keep it that way. Would it be > possible to > just show me how to get from the csv file to the plot? Here is a short recipe: