I just upgraded to matplotlib 0.87.2 from 0.85. I've been using Numeric and have not moved over to numpy yet. I'm getting the following error:
from matplotlib.pylab import *
File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/ matplotlib/pylab.py", line 196, in ?
import cm
File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/ matplotlib/cm.py", line 5, in ?
import colors
File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/ matplotlib/colors.py", line 33, in ?
from numerix import array, arange, take, put, Float, Int, where, \
File "/usr/lib/python2.4/site-packages/matplotlib-0.87.2-py2.4-linux-i686.egg/ matplotlib/numerix/__init__.py", line 66, in ?
import numpy
ImportError: No module named numpy
The egg support is great!!
Thanks for your help.