On Sat, 2007-01-06 at 13:30 +0100, Marc Fargas wrote: > Package: python-matplotlib > Version: 0.87.5-2.2 > Severity: grave > Justification: renders package unusable > > If you install python-matplotlib: > In [1]: from pylab import * > > --------------------------------------------------------------------------- > exceptions.ImportError Traceback (most > recent call last) > ImportError: No module named numpy
I can fully reproduce the problem:
Python 2.4.4 (#2, Oct 20 2006, 00:57:46)
[GCC 4.1.2 20061007 (prerelease) (Debian 4.1.1-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/pylab.py", line 1, in ?
from matplotlib.pylab import *
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 196,
in ?
import cm
File "/usr/lib/python2.4/site-packages/matplotlib/cm.py", line 5, in ?
import colors
File "/usr/lib/python2.4/site-packages/matplotlib/colors.py", line 33,
in ?
from numerix import array, arange, take, put, Float, Int, where, \
File
"/usr/lib/python2.4/site-packages/matplotlib/numerix/__init__.py", line
73, in ?
import numpy
ImportError: No module named numpy
>>>
> You install python-numpy then (which was not required by matplotlib!!)
> and you are still missing something... you need: python-numpy-ext which
> depends on python-numpy.
>
> So python-matplotlib should depend on python-numpy-ext .
signature.asc
Description: This is a digitally signed message part

