Dear Paraview,<br><br>I can't get python scripting working with paraview. I have downloaded paraview binary 3.4.0 for linux and set pythonpath by<br><br>export PYTHONPATH="/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview/:/home/sree/paraview-3.4.0/bin/" in .bashrc file <br>
<br>and in python when i printed the paths it showed the paraview paths:<br><br>print sys.path <br>['', '/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview', '/home/sree/paraview-3.4.0/bin'.... ]<br>
<br>however when i followed commands as given in <a href="http://www.paraview.org/Wiki/ParaView/Python_Scripting">http://www.paraview.org/Wiki/ParaView/Python_Scripting</a><br>the following error occured.<br>>>> from paraview import servermanager<br>
Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br>ImportError: No module named paraview<br><br>what I am missing here.. ? <br><br>thanks,<br>Sreejith<br><br><br>