yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15205
Re: [Question #644698]: scipy.ndimage import
Question #644698 on Yade changed:
https://answers.launchpad.net/yade/+question/644698
Status: Answered => Open
Tijan is still having a problem:
The problem already appears with the following script:
import numpy as np
import scipy.ndimage as nd
The error I get:
Test_3.py
Welcome to Yade 1.20.0
TCP python prompt on localhost:9000, auth cookie `kuassd'
XMLRPC info provider on http://localhost:21000
Running script Test_3.py
Traceback (most recent call last):
File "/usr/bin/yade", line 182, in runScript
execfile(script,globals())
File "Test_3.py", line 2, in <module>
import scipy.ndimage as nd
ImportError: No module named scipy.ndimage
--
You received this question notification because your team yade-users is
an answer contact for Yade.