Does v0.54 always look for numarray?

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?

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