[SciPy-dev] scipy.linalg shadowed

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Oct 27 11:06:11 EDT 2006


Bart Vandereycken wrote:
> Travis Oliphant wrote:
>   
>> Bart Vandereycken wrote:
>>     
>>> 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
>>>
>>>   
>>>       
>> That's not what I see.   What version do you have?
>>     
>
> I still have this error with the latest svn:
>
> In [6]: scipy.linalg.__file__
> Out[6]: '/home/bartvde/Local/lib/python/numpy/linalg/__init__.pyc'
>
> In [7]: scipy.__version__
> Out[7]: '0.5.2.dev2299'
>
>
> Is this a bug or am I doing something wrong?
>
>
> Bart
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>   
>>> import scipy
>>> scipy.__version__
'0.5.2.dev2299'
>>> scipy.linalg.__file__
'/usr/lib64/python2.4/site-packages/numpy/linalg/__init__.pyc'
>>> import numpy
>>> numpy.linalg.__file__
'/usr/lib64/python2.4/site-packages/numpy/linalg/__init__.pyc'
>>> from scipy import *
>>> scipy.linalg.__file__
'/usr/lib64/python2.4/site-packages/scipy/linalg/__init__.pyc'


Nils




More information about the SciPy-Dev mailing list