>>> import scipy
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
import scipy
File "C:\Python24\Lib\site-packages\scipy\__init__.py", line 25, in
-toplevel-
from numpy import show_config as show_numpy_config
ImportError: No module named numpy
any ideas why this is the case and on how to fix this problem would be
gladly received, thanks.
SciPy needs (uses, if you will) NumPy, so you'll have to install NumPy
if you want to use SciPy.