??he import of the numeric version of the _contour module, _nc_contour, failed.??

I installed Numeric and I can import it into Python but
newest stable Matplotlib is barfing on it. I installed
Matplotlib after I installed Numeric so I'm not sure
reinstalling it will fix this problem. How fix?

Chris

...Here is error output....:

The import of the numeric version of the _contour module,
_nc_contour, failed. This is is either because numeric was
unavailable when matplotlib was compiled, because a dependency of
_nc_contour could not be satisfied, or because the build flag for
this module was turned off in setup.py. If it appears that
_nc_contour was not built, make sure you have a working copy of
numeric and then re-install matplotlib. Otherwise, the following
traceback gives more details:

Traceback (most recent call last):
  File "test_campbell_diagram.py", line 10, in ?
    import campbell_diagram
  File
  "/home/seberino/MAIN/BusinessStuff/ThomasStuff/PlottingProject/CampbellDi
  agram/campbell_diagram.py", line 14, in ?
    import matplotlib.pylab
  File "/usr/lib/python2.3/site-packages/matplotlib/pylab.py", line
  184, in ?
    from axes import Axes, PolarAxes
  File "/usr/lib/python2.3/site-packages/matplotlib/axes.py", line 11,
  in ?
    import _contour
  File "/usr/lib/python2.3/site-packages/matplotlib/_contour.py", line
  11, in ?
    from matplotlib._nc_contour import *
ImportError: No module named _nc_contour