If you add /usr/lib/paraview to LD_LIBRARY_PATH does it work?<div><br></div><div><br><div class="gmail_quote">On Tue, Jan 18, 2011 at 2:44 PM, Mr. M. <span dir="ltr">&lt;<a href="mailto:newsboost@gmail.com">newsboost@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Dear all<br>
<br>
Please bear over with me, but I&#39;ve tried to google for the following error messages and have seen that other people have the same problem as me (but the threads have been unanswered). I hope somebody can help me avoid this error:<br>


<br>
-------------------<br>
$ python<br>
Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56)<br>
[GCC 4.4.5] on linux2<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
&gt;&gt;&gt; from sys import path<br>
&gt;&gt;&gt; path.append(&#39;/usr/lib/paraview&#39;)<br>
&gt;&gt;&gt; from paraview.simple import *<br>
Traceback (most recent call last):<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;/usr/lib/pymodules/python2.6/paraview/simple.py&quot;, line 39, in &lt;module&gt;<br>
    import servermanager<br>
  File &quot;/usr/lib/pymodules/python2.6/paraview/servermanager.py&quot;, line 43, in &lt;module&gt;<br>
    import paraview, re, os, new, sys, vtk<br>
  File &quot;/usr/lib/pymodules/python2.6/paraview/vtk/__init__.py&quot;, line 4, in &lt;module&gt;<br>
    from libvtkCommonPython import *<br>
ImportError: libvtkCommonPythonD.so.pv3.8: cannot open shared object file: No such file or directory<br>
&gt;&gt;&gt;<br>
-------------------<br>
<br>
But it&#39;s not true - I&#39;ve have the file it&#39;s looking for:<br>
<br>
martin@MEK-404-MFJO-01:~$ locate libvtkCommonPythonD.so<br>
/usr/lib/paraview/libvtkCommonPythonD.so<br>
/usr/lib/paraview/libvtkCommonPythonD.so.pv3.8<br>
<br>
<br>
???<br>
<br>
I know somebody who&#39;s running Ubuntu 10.04 and doesn&#39;t have this problem so I think the problem is related to something that has changed between these two versions...<br>
<br>
Please advice - any suggestions are most welcome...<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>