I am getting this weird message. This is a linux machine. the matplotlib
version 0.87.7



from pylab import *

Traceback (most recent call last):

 File "<stdin>", line 1, in ?

 File "/foo/python/site-packages/lib/python/pylab.py", line 1, in ?

   from matplotlib.pylab import *

 File "/foo/python/site-packages/lib/python/matplotlib/pylab.py", line 201,
in ?

   from axes import Axes, PolarAxes

 File "/foo/python/site-packages/lib/python/matplotlib/axes.py", line 15,
in ?

   from axis import XAxis, YAxis

 File "/foo/python/site-packages/lib/python/matplotlib/axis.py", line 16,
in ?

   from lines import Line2D, TICKLEFT, TICKRIGHT, TICKUP, TICKDOWN

 File "/foo/python/site-packages/lib/python/matplotlib/lines.py", line 11,
in ?

   import matplotlib.agg as agg

 File "/foo/python/site-packages/lib/python/matplotlib/agg.py", line 106,
in ?

   pi = cvar.pi

AttributeError: 'swigvarlink' object has no attribute 'pi'


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to