[SciPy-user] 'module' object has no attribute 'UnsignedInt8'

Travis Oliphant oliphant at ee.byu.edu
Mon Jun 12 20:10:50 EDT 2006


Steve Schmerler wrote:

>Hi
>
>After upgrading to the latest svn version I get
>
>In [4]: import scipy
>import misc -> failed: 'module' object has no attribute 'UnsignedInt8'
>
>Besides this, everthing seems to work.
>
>  
>

Please report any more little issues like this.  I recently updated 
NumPy to place deprecated names in oldnumeric.py

Many places in SciPy still use the deprecated names.  I tried to get 
them all, but I may have failed.

replacing numpy with numpy.oldnumeric  should fix any problems that were 
introduced....

-Travis




More information about the SciPy-User mailing list