|
From: Charlie M. <cw...@gm...> - 2006-03-17 14:38:16
|
Make sure your matplotlibrc says Numeric. On 3/17/06, Vineet Jain <vi...@al...> 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 langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |