Numpy Installation und Aufruf
Verfasst: Donnerstag 18. Oktober 2007, 05:14
Hallo Leute!
Ich installierte Python 2.5.1 und Numpy 1.0.3.1 auf Windows XP SP2. Die Installation klappte problemlos, aber leider der Aufruf von Numpy klappt nicht. Nach dem Versuch Numpy zu importieren erhalte ich die Fehlermeldung
>>> from NumPy import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from NumPy import *
ImportError: No module named NumPy
Auch mit Numpy, ... . Was mache ich falsch?
Ich installierte Python 2.5.1 und Numpy 1.0.3.1 auf Windows XP SP2. Die Installation klappte problemlos, aber leider der Aufruf von Numpy klappt nicht. Nach dem Versuch Numpy zu importieren erhalte ich die Fehlermeldung
>>> from NumPy import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from NumPy import *
ImportError: No module named NumPy
Auch mit Numpy, ... . Was mache ich falsch?