[SciPy-user] "from scipy.linalg.flapack import dgelss" fails

dmitrey dmitrey.kroshko at scipy.org
Sat Jun 7 11:26:25 EDT 2008


IIRC Python 2.4 have no decorators (like the "@deprecate" line), they 
are available since 2.5 (that I have).
Could anyone else try  "from scipy.linalg.flapack import dgelss" from 
python2.5?
Regards, D.

Nils Wagner wrote:

> On Sat, 07 Jun 2008 17:58:55 +0300
>   dmitrey <dmitrey.kroshko at scipy.org> wrote:
>   
>> "/usr/lib/python2.5/site-packages/scipy/sparse/base.py", 
>> line 
>> 139, in spmatrix
>>    @deprecate
>> TypeError: deprecate() takes exactly 3 arguments (1 
>> given)
>>
>> at least with latest scipy from svn
>>
>>     
>>>>> scipy.__version__
>>>>>           
>> '0.7.0.dev4416'
>>
>> Do you have the same?
>> This one was working correctly in previous scipy 
>> versions
>>
>> Regards, D.
>> _______________________________________________
>> SciPy-user mailing list
>> SciPy-user at scipy.org
>> http://projects.scipy.org/mailman/listinfo/scipy-user
>>     
>
> No problem here
>
> /usr/bin/python
> Python 2.4 (#1, Oct 13 2006, 17:13:31)
> [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
> Type "help", "copyright", "credits" or "license" for more 
> information.
>   
>>>> from scipy.linalg.flapack import dgelss
>>>> import scipy
>>>> scipy.__version__
>>>>         
> '0.7.0.dev4416'
>   
>>>> help (dgelss)
>>>>         
>   
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>
>
>   




More information about the SciPy-User mailing list