[SciPy-dev] AttributeError: 'scipy.ndarray' object has no attribute 'typecode'

Stephen Walton stephen.walton at csun.edu
Sun Oct 16 20:05:21 EDT 2005


Nils Wagner wrote:

>     t = arrays[i].typecode()
>AttributeError: 'scipy.ndarray' object has no attribute 
>'typecode'
>  
>
I think the right thing to do is to replace this line in lapack.py with

         t = arrays[i].dtypechar

and delete the following line.




More information about the SciPy-Dev mailing list