Hi, I can reproduce the bug on a sid (with the latest python-vtk package, which is the 5.2.1-5): the following Python line fails: 'import vtk', with the given error message:
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45) [GCC 4.3.3] 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/lib/pymodules/python2.5/vtk/__init__.py", line 41, in <module> from common import * File "/usr/lib/pymodules/python2.5/vtk/common.py", line 7, in <module> from libvtkCommonPython import * ImportError: No module named libvtkCommonPython Gaƫl -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org