[Paraview] basic python paraview setup question
Sreejith Kuttanikkad
sreejithpk at gmail.com
Fri Jan 23 10:59:59 EST 2009
Dear Paraview,
I can't get python scripting working with paraview. I have downloaded
paraview binary 3.4.0 for linux and set pythonpath by
export
PYTHONPATH="/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview/:/home/sree/paraview-3.4.0/bin/"
in .bashrc file
and in python when i printed the paths it showed the paraview paths:
print sys.path
['', '/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview',
'/home/sree/paraview-3.4.0/bin'.... ]
however when i followed commands as given in
http://www.paraview.org/Wiki/ParaView/Python_Scripting
the following error occured.
>>> from paraview import servermanager
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named paraview
what I am missing here.. ?
thanks,
Sreejith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090123/90aef2dc/attachment.htm>
More information about the ParaView
mailing list