[Numpy-discussion] Use of numarray from numpy package [# INC NO 24609]
Perry Greenfield
perry at stsci.edu
Wed Aug 30 09:43:26 CDT 2006
On Aug 30, 2006, at 8:51 AM, LANDRIU David SAp wrote:
> Hello,
>
> I come back to my question : how to use numarray
> with the numpy installation ?
>
If you are using both at the same time, one thing you don't want to
do is
from numpy import *
from numarray import *
You can do that with one or the other but not both. Are you doing that?
Perry Greenfield
More information about the Numpy-discussion
mailing list