[SciPy-dev] importing scipy.stats generates exception on deprecate decorator

Tom Waite twaite at berkeley.edu
Tue Jun 3 15:09:31 EDT 2008


Problem goes away with numpy 1.2. Thanks.

On Mon, Jun 2, 2008 at 11:09 PM, Matthieu Brucher <
matthieu.brucher at gmail.com> wrote:

> What numpy version do you use ?
>
> Matthieu
>
> 2008/6/3 Tom Waite <twaite at berkeley.edu>:
>
>> Damian
>>
>> I just downloaded the latest scipy and I use the sparse matrix routines
>> and get the same problem you reported. I am running on XP 32. What was your
>> resolution?
>>
>> Tom
>>
>> In [3]: import scipy.sparse
>> ------------------------------
>> ---------------------------------------------
>> <type 'exceptions.TypeError'>             Traceback (most recent call
>> last)
>>
>> c:\python25\lib\site-packages\scipy\sparse\__init__.py in <module>()
>>       3 from info import __doc__
>>       4
>> ----> 5 from base import *
>>       6 from csr import *
>>       7 from csc import *
>>
>> c:\python25\Lib\site-packages\scipy\sparse\base.py in <module>()
>>      43 MAXPRINT = 50
>>      44
>> ---> 45 class spmatrix(object):
>>      46     """ This class provides a base class for all sparse matrices.
>> It
>>      47     cannot be instantiated.  Most of the work is provided by
>> subclasses.
>>
>>
>> c:\python25\Lib\site-packages\scipy\sparse\base.py in spmatrix()
>>     137         return format
>>     138
>> --> 139     @deprecate
>>     140     def rowcol(self, num):
>>     141         return (None, None)
>>
>> <type 'exceptions.TypeError'>: deprecate() takes exactly 3 arguments (1
>> given)
>>
>> In [4]: scipy.__version__
>> Out[4]: '0.7.0.dev4402'
>>
>>
>>
>>
>> _______________________________________________
>> Scipy-dev mailing list
>> Scipy-dev at scipy.org
>> http://projects.scipy.org/mailman/listinfo/scipy-dev
>>
>>
>
>
> --
> French PhD student
> Website : http://matthieu-brucher.developpez.com/
> Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
> LinkedIn : http://www.linkedin.com/in/matthieubrucher
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20080603/5c6a0157/attachment.html>


More information about the SciPy-Dev mailing list