Description of problem: numpy package 1.3.0-2.fc11 splits out numpy-f2py into separate package. But without numpy-f2py installed, "import numpy" tracebacks. Version-Release number of selected component (if applicable): 1.3.0-2.fc11 How reproducible: Every time. Steps to Reproduce: 1. Install numpy package. 2. Do not install numpy-f2py subpackage. 3. python -c 'import numpy' Actual results: Traceback (most recent call last): File "../../vecgen-last2svg-1.40-bw.py", line 3, in <module> import numpy File "/usr/lib64/python2.6/site-packages/numpy/__init__.py", line 130, in <module> import add_newdocs File "/usr/lib64/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module> from lib import add_newdoc File "/usr/lib64/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module> from polynomial import * File "/usr/lib64/python2.6/site-packages/numpy/lib/polynomial.py", line 18, in <module> from numpy.linalg import eigvals, lstsq ImportError: No module named linalg Expected results: Successful import of module.
adding pbrobinson to cc list, since he's referenced in the changelog as the originator of this change.
This is fixed in -4, which is in rawhide and should be tagged for dist-f11. Can you confirm?
This is a dupe of 496277 and the fix is in rawhide today with the announcement just going out to the mailing list.
okay, thanks. hasn't hit the mirrors yet but i trust it will soon. *** This bug has been marked as a duplicate of bug 496277 ***