** Description changed: Binary package hint: python-numpy Installing python-numpy results in an import error. - Installing python-numpy-ext solves it providing the "linalg", "fft" and "random" packages. + + cat /usr/lib/python2.4/site-packages/numpy/__init__.py + + [8< --- snip ---] + + import testing + from testing import ScipyTest, NumpyTest + import core + from core import * + import lib + from lib import * + import linalg #<----- provided by ext + import fft #<----- provided by ext + import random #<----- provided by ext + import ctypeslib + + [8< --- snip ---] + + Installing python-numpy-ext solves it providing the "linalg", "fft" and + "random" packages.
-- python-numpy-ext dep missing https://launchpad.net/bugs/64730 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs