views:

689

answers:

1

I have a problem installing Numpy and Scipy from

http://www.scipy.org/Installing%5FSciPy/Windows

I went to download page and downloaded .exe files for Python26. I have Python26 on my machine. After installation, I tried

>>> import nympy, scipy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named nympy
>>>

How to proceed?

+3  A: 

try whit numpy instead of nympy

ralu
My bad, Thanks!!
rjuuser