[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] numeric and surfarray



hi

i am trying to test surfarray. for this i installed Numeric but i doesn't 
look like it works.
this is what i get when i test it:

>>> import Numeric
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import Numeric
ImportError: No module named Numeric
>>> 

I don't know what i did wrong. I am running python 2.2.3 and 
numarray-0.6.1
i installed numarray from the self-installing executable and i didnt 
get any error during the installation. I can see that in the folder 
C:\Python22 there is new stuff from Numarray so i guess the 
installation was ok.

suggestions?