import scipy

34 views
Skip to first unread message

pasqua

unread,
Oct 24, 2012, 7:02:50 AM10/24/12
to pyamg...@googlegroups.com
I just installed PyAMG but when I try to import it, I have problems with scipy. In the following the error:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named scipy

Could you help me?
Thanks.

Luke

unread,
Oct 24, 2012, 8:19:24 AM10/24/12
to pyamg...@googlegroups.com
It looks like scipy is not installed properly.

If you have numpy and scipy installed and the following tests pass, then pyamg should be fine:

>>> import numpy
>>> numpy.test()

>>> import scipy
>>> scipy.test()
Reply all
Reply to author
Forward
0 new messages