<br>I&#39;m running linux Ubuntu 7.04 and I&#39;ve done a cvs checkout of VTK-5-2. I ran CMake to build it with python wrapping and the build went into /usr/src/kitware/VTKBuild/.&nbsp; The build appeared to be a success, so I then:<br>
<br>sudo -i<br>cd /usr/src/kitware/VTKBuild/Wrapping/Python/<br>easy_install dist/VTK-5.2.0-py2.5.egg<br><br>dweber@skiweber:~$ python<br>Python 2.5.1 (r251:54863, Mar&nbsp; 7 2008, 03:39:23) <br>[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import vtk<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
&nbsp; File &quot;/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/__init__.py&quot;, line 40, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from graphics import *<br>&nbsp; File &quot;/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/graphics.py&quot;, line 7, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; from libvtkGraphicsPython import *<br>ImportError: libvtkverdict.so.1.2: cannot open shared object file: No such file or directory<br>&gt;&gt;&gt; <br><br>Also, there is no response from:<br><br>locate libvtkverdict.so.1.2<br>
locate libvtkverdict.so<br>locate libvtkverdict<br><br>What&#39;s the fix for this one?<br><br>Thanks, Darren<br><br>