Package: python-matplotlib Version: 0.87.5-1
The new update of matplotlib doesn't work for me : In [1]: import pylab --------------------------------------------------------------------------- exceptions.RuntimeError Traceback (most recent call last) RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000000 The import of the numpy version of the nxutils module, _nsnxutils, failed. This is is either because numpy was unavailable when matplotlib was compiled, because a dependency of _nsnxutils could not be satisfied, or because the build flag for this module was turned off in setup.py. If it appears that _nsnxutils was not built, make sure you have a working copy of numpy and then re-install matplotlib. Otherwise, the following traceback gives more details: --------------------------------------------------------------------------- exceptions.ImportError Traceback (most recent call last) /home/sgarcia/<ipython console> /usr/lib/python2.3/site-packages/pylab.py -3 from matplotlib.pylab import * /usr/lib/python2.3/site-packages/matplotlib/pylab.py 196 import cm 197 import _pylab_helpers --> 198 import mlab #so I can override hist, psd, etc... 199 200 from axes import Axes, PolarAxes /usr/lib/python2.3/site-packages/matplotlib/mlab.py 62 from numerix import linear_algebra 63 import numerix as nx ---> 64 import nxutils 65 66 from numerix import array, asarray, arange, divide, exp, arctan2, \ /usr/lib/python2.3/site-packages/matplotlib/nxutils.py 15 else: # Must be numpy 16 try: ---> 17 from matplotlib._ns_nxutils import * 18 except ImportError: 19 numerix._import_fail_message("nxutils", "_ns") ImportError: numpy.core.multiarray failed to import Thank you Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]