trouble with using 'scipy' module

27 views
Skip to first unread message

Adam Powell

unread,
Oct 9, 2006, 1:01:53 PM10/9/06
to python
hi, i'm a beginner in Python.
i'm having a problem getting the scipy module to work in Python 2.4.3.
even without downloading numpy (which i currently don't want for
compatibility reasons) i get this message when trying to import scipy.


>>> 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.

zavandi

unread,
Oct 9, 2006, 3:26:53 PM10/9/06
to pyt...@googlegroups.com
On 10/9/06, Adam Powell <adtp...@hotmail.com> wrote:
>
> i'm having a problem getting the scipy module to work in Python 2.4.3.
> even without downloading numpy (which i currently don't want for
> compatibility reasons) ...

SciPy needs (uses, if you will) NumPy, so you'll have to install NumPy
if you want to use SciPy.

Reply all
Reply to author
Forward
0 new messages