<br>I'm running linux Ubuntu 7.04 and I'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/.  The build appeared to be a
success, so I then:<br>
<br>sudo -i<br>cd /usr/src/kitware/VTKBuild<div id="1fkc" class="ArwC7c ckChnd">/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  7 2008, 03:39:23) <br>
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>> import vtk<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>

  File "/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/__init__.py", line 40, in <module><br>    from graphics import *<br>  File "/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/graphics.py", line 7, in <module><br>

    from libvtkGraphicsPython import *<br>ImportError: libvtkverdict.so.1.2: cannot open shared object file: No such file or directory<br>>>> <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's the fix for this one?<br><br>Thanks, Darren</div>