Just upgraded to matplotlib 0.87.2. Now it requires numpy?

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.

Make sure your matplotlibrc says Numeric.

···

On 3/17/06, Vineet Jain <vinj@...277...> wrote:

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.

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users