Dear Paraview,<br><br>I can&#39;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=&quot;/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview/:/home/sree/paraview-3.4.0/bin/&quot;&nbsp;&nbsp; in .bashrc file <br>
<br>and in python when i printed the paths it showed the paraview paths:<br><br>print sys.path <br>[&#39;&#39;, &#39;/home/sree/paraview-3.4.0/lib/paraview-3.4/paraview&#39;, &#39;/home/sree/paraview-3.4.0/bin&#39;.... ]<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>&gt;&gt;&gt; from paraview import servermanager<br>
Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>ImportError: No module named paraview<br><br>what I am missing here.. ? <br><br>thanks,<br>Sreejith<br><br><br>