[SciPy-dev] chararray array method has vanished

Travis Oliphant oliphant.travis at ieee.org
Fri Jan 6 16:09:06 EST 2006


Christopher Hanley wrote:

>Hi Travis,
>
>The following no longer works in numpy:
>
>In [117]: import numpy.core.chararray as nc
>  
>
You are getting the chararray object (not the chararray module --- 
perhaps a renaming is in order).

The user is not really supposed to dive into the internals of numpy.core 
like you are doing here.

Just do import numpy.core as nc

nc.char.array

-Travis




More information about the SciPy-Dev mailing list