vote up -1 vote down star

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?

flag

1 Answer

vote up 2 vote down check

try whit numpy instead of nympy

link|flag
My bad, Thanks!! – rjuuser Oct 5 at 8:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.