Hi everyone, I just downloaded and installed numpy, and I'd like to give it a try. But I can't seem to import it. When I try, this is what happens:
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from numpy import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from numpy import *
ImportError: No module named 'numpy'
>>>
I downloaded and installed the 64-bit version; is that the problem? Or do I need to somehow set up the paths properly?