On Thu, Sep 4, 2008 at 11:42 AM, Juha Jäykkä <[EMAIL PROTECTED]> wrote: > Package: python-numpy > Version: 1:1.1.0-3 > Severity: grave > Justification: renders package unusable > > > Python-numpy seems to be unusable for python 2.5 in lenny. This is a fresh > upgrade from etch, just aptitude install python-numpy after the upgrade. > > [EMAIL PROTECTED] 11:21:57 ~> python2.5 -c 'import numpy' > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named numpy > [EMAIL PROTECTED] 11:22:22 ~> python2.4 -c 'import numpy' > [EMAIL PROTECTED] 11:22:25 ~> reportbug python-numpy
Indeed, that would be a serious problem. However, I cannot reproduce it: $ python2.5 -c "import numpy" $ could you please create somewhere an environment, or something, so that we can reproduce it? Could you for example reinstall python+python-numpy? Also send the output of: $ dpkg -L python-numpy and $ python -c "import sys;print sys.path" Thanks, Ondrej