not working

Helllo, I have been using matplotlib for some time (old

    > versions for python2.3).

    > After upgrading to python2.4 and nummarray and matplotlib
    > 0.71, the import pylab does not working.

...snip...

    > No module named Numeric

    > Anything I have done wrong? Still need Numeric?

No, you don't need Numeric, but you need to tell matplotlib to use
numarray.

  http://matplotlib.sourceforge.net/faq.html#NUMARRAY

This is also covered in the "Numerix" section of the user's guide.

JDH