[vtkusers] VTK 5.2.0 python install problem

Darren Weber darren.weber.lists at gmail.com
Fri Jun 6 23:09:42 EDT 2008


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:

sudo -i
cd /usr/src/kitware/VTKBuild/Wrapping/Python/
easy_install dist/VTK-5.2.0-py2.5.egg

dweber at skiweber:~$ python
Python 2.5.1 (r251:54863, Mar  7 2008, 03:39:23)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/__init__.py",
line 40, in <module>
    from graphics import *
  File
"/usr/local/lib/python2.5/site-packages/VTK-5.2.0-py2.5.egg/vtk/graphics.py",
line 7, in <module>
    from libvtkGraphicsPython import *
ImportError: libvtkverdict.so.1.2: cannot open shared object file: No such
file or directory
>>>

Also, there is no response from:

locate libvtkverdict.so.1.2
locate libvtkverdict.so
locate libvtkverdict

What's the fix for this one?

Thanks, Darren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080606/275d7e9e/attachment.htm>


More information about the vtkusers mailing list