From: Al S. <a.d...@wo...> - 2004-11-09 19:14:06
|
Hi John, I just installed 0.64 apparently successfully. However, none of the examples run because POLAR cannot be imported. I always get something like this: [ads@ADS1 examples]$ python logo.py Traceback (most recent call last): File "logo.py", line 3, in ? from matplotlib.matlab import * File "/usr/local/lib/python2.3/site-packages/matplotlib/matlab.py", line 162, in ? from axes import Axes, PolarAxes File "/usr/local/lib/python2.3/site-packages/matplotlib/axes.py", line 9, in ? from artist import Artist File "/usr/local/lib/python2.3/site-packages/matplotlib/artist.py", line 4, in ? from transforms import identity_transform File "/usr/local/lib/python2.3/site-packages/matplotlib/transforms.py", line 189, in ? from _transforms import IDENTITY, LOG10, POLAR, Func, FuncXY ImportError: cannot import name POLAR I'm on Redhat linux 9 and have installed every version of matplotlib since 0.50. What gives? Thanks. -Al |