From: D B. <db...@ya...> - 2004-05-23 10:15:58
|
Hi, I just installed v0.54. When trying to do >>> from matplotlib.matlab import * with a recent install of Enthought edition of python (WinXP) I get: Traceback (most recent call last): File "<pyshell#0>", line 1, in ? from matplotlib.matlab import * File "C:\Python23\Lib\site-packages\matplotlib\matlab.py", line 133, in ? from axes import Axes File "C:\Python23\Lib\site-packages\matplotlib\axes.py", line 9, in ? from artist import Artist File "C:\Python23\Lib\site-packages\matplotlib\artist.py", line 4, in ? from transforms import identity_transform File "C:\Python23\Lib\site-packages\matplotlib\transforms.py", line 180, in ? from _transforms import Value, Point, Bbox, Affine ImportError: No module named numarray.libnumarray My .matplotlib file has: numerix : Numeric interactive : True backend : TkAgg It looks like this version may be looking for numarray despite the Numeric setting. Any options beside installing numarray? -- David __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |