|
From: John H. <jdh...@ac...> - 2005-08-24 22:51:37
|
>>>>> "Vinj" == Vinj Vinj <vin...@ya...> writes:
Vinj> I'm getting the following error: from matplotlib.pylab
Vinj> import * File
Vinj> "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line
Vinj> 709, in ? figimage.__doc__ = Figure.figimage.__doc__ + """
Vinj> TypeError: unsupported operand type(s) for +: 'NoneType' and
Vinj> 'str' "
Vinj> Any ideas what it might be and how I can get around it?
Any chance you are getting this with a py2exe frozen app?
If I recall correctly, there is an optimize flag in py2exe that
suppresses doc strings. This might explain your problem.
Please provide as much information as you can with posts.
JDH
|