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
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to