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.