[SciPy-dev] scipy.linalg shadowed

Bart Vandereycken bart.vandereycken at cs.kuleuven.be
Mon Oct 16 04:35:12 EDT 2006


Hi,

the scipy.linalg module is shadowed by numpy.linalg

 > import scipy
 > scipy.linalg.__file__
   '.../lib/python/numpy/linalg/__init__.pyc'

import scipy.linalg works fine

Reading 
http://permalink.gmane.org/gmane.comp.python.scientific.devel/4431 , I 
see that "del linalg" is not present in scipy/__init__.py

Bart




More information about the SciPy-Dev mailing list