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
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