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.

import pylab

Traceback (most recent call last):
File “<pyshell#15>”, line 1, in -toplevel-
import pylab
File “C:\Python24\Lib\site-packages\pylab.py”, line 1, in -toplevel-
from matplotlib.pylab import *
File “C:\Python24\Lib\site-packages\matplotlib\pylab.py”, line 186, in -toplevel-
import cm
File “C:\Python24\Lib\site-packages\matplotlib\cm.py”, line 5, in -toplevel-
import colors
File “C:\Python24\Lib\site-packages\matplotlib\colors.py”, line 32, in -toplevel-
from numerix import array, arange, take, put, Float, Int, where,
File “C:\Python24\lib\site-packages\matplotlib\numerix_init_.py”, line 59, in -toplevel-
from Numeric import *
ImportError: No module named Numeric

Anything I have done wrong? Still need Numeric?

thanks