From: John H. <jdh...@ac...> - 2004-05-24 00:15:44
|
>>>>> "D" == D Brown <db...@ya...> writes: D> 180, in ? from _transforms import Value, Point, Bbox, Affine D> ImportError: No module named numarray.libnumarray D> My .matplotlib file has: numerix : Numeric interactive : True D> backend : TkAgg D> It looks like this version may be looking for numarray despite D> the Numeric setting. Any options beside installing numarray? My best guess is that you inadvertently installed the numarray win32 build of matplotlib. Is this possible? You might want to remove site-packages/matplotlib and try reinstalling, making sure not to get the numarray matplotlib build. Let me know, JDH |