[SciPy-dev] toimage broken

Travis Oliphant oliphant at ee.byu.edu
Fri Nov 11 16:29:13 EST 2005


John Byrnes wrote:

>Hello all,
>
>The following script throws an error
>
>----Code----
>import scipy as sp
>a = sp.zeros((10,10))
>sp.utils.toimage(a)
>---------
>
>----Error----
>AttributeError: 'scipy.ndarray' object has no attribute 'typecode'
>---------
>
>Presumably this is a problem in scipy_core?
>
>  
>
No, its a problem in scipy.  This file was not completely converted.  
Thanks for the test.

-Travis




More information about the SciPy-Dev mailing list