yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #08971
Re: [Question #240738]: Solid sphere in ParaView
Question #240738 on Yade changed:
https://answers.launchpad.net/yade/+question/240738
Bruno Chareyre posted a new comment:
I just tried "save as -> *.py" in paraview. The result looks like a
regular python script starting with soome imported paraview lib. My
guess is it can be executed without paraview but it will need a bit more
efforts (atm I am getting the error below).
>>> execfile('paraview.py')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "paraview.py", line 2, in <module>
except: from paraview.simple import *
File "paraview.py", line 2, in <module>
except: from paraview.simple import *
ImportError: No module named simple
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.