numarray
Robert Kern
rkern at ucsd.edu
Thu Nov 18 11:04:40 EST 2004
Diez B. Roggisch wrote:
>>if I just enter
>>
>>
>>>>>Import Numeric
>>
>>I get
>>
>>
>>indicating that numarray is installed correctly.
>>
>>What am I doing wrong?
>
>
> I doubt that that works. "Import" won't do it - it yields a syntax error.
>
> What you meant is
>
> import Numarray
Actually,
import numarray
Note the case. In addition,
import Numeric
will import Numeric, not numarray. But otherwise, Diez is correct.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Python-list
mailing list