From: Perry G. <pe...@st...> - 2006-08-30 14:43:50
|
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 |