<br>I forgot to mention that I'm running an amd64 version of Ubuntu 7.04.  I found a fix, but it seems like a nasty hack:<br><br>sudo -i<br>cp -r -d /usr/local/lib/vtk-5.2/* /usr/lib/<br><br>root@skiweber:/usr/src/kitware# 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>>>> v=vtk.vtkVersion()<br>>>> print v.GetVTKSourceVersion()<br>vtk version 5.2.0, vtk source $Revision: 1.3093 $, $Date: 2008-04-21 01:00:15 $ (GMT)<br>>>> <br><br>Seems to be working now.  What is the best way to test it all?<br>
<br>Regards, Darren<br><br><br><div class="gmail_quote">On Fri, Jun 6, 2008 at 8:15 PM, Darren Weber <<a href="mailto:darren.weber.lists@gmail.com">darren.weber.lists@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<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>/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>
</blockquote></div><br>