[Tutor] Unable to Import : Numeric

Ed Hopkins Ed Hopkins" <ed.hopkins@ntlworld.com
Tue, 9 Apr 2002 15:32:52 +0100


Hi guys,

I'm new to Python and installed numeric.

When I try to import numeric I get this response:

>>> import numeric
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: No module named numeric

?????  Thee is a folder in my python directory called numeric filled with
lots of goodies related to numeric.

I'm running PythonWin 2.1 212

Now i'm lost.  Any ideas?

#### Answer ####

Just before I sent the message I tried again but this time changing
'numeric' to 'Numeric'

>>> Import Numeric

Voilla

Sorted !

Just thought I'd let everyone know the good news anyway!

Since it's a bit quiet in the group.

Ed