[SciPy-dev] scipy.linalg shadowed
Bart Vandereycken
bart.vandereycken at cs.kuleuven.be
Fri Oct 27 09:36:15 CDT 2006
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
More information about the Scipy-dev
mailing list