|
From: Vinj V. <vin...@ya...> - 2005-03-17 15:05:28
|
I'm getting the followign exception on fedora core3.
Any suggestions. This code works on windows:
from matplotlib.matlab import *
File
"/usr/lib/python2.3/site-packages/matplotlib/matlab.py",
line 12, in ?
from matplotlib.pylab import *
File
"/usr/lib/python2.3/site-packages/matplotlib/pylab.py",
line 722, in ?
figimage.__doc__ = Figure.figimage.__doc__ + """
TypeError: unsupported operand type(s) for +:
'NoneType' and 'str'
|