This is actually a bug in the python-vtk package.  It appears that neither 
vtkPatended.py nor libvtkPatended.py are being installed.  Here is what 
patented.py is trying to execute:

[EMAIL PROTECTED]:/usr/lib/python2.4/site-packages/vtk_python/vtk$ cat 
patented.py
""" This module loads all the classes from the VTK Patented library into
its namespace.  This is an optional module."""

import os

if os.name == 'posix':
    from libvtkPatentedPython import *
else:
    from vtkPatentedPython import *


** Changed in: mayavi (Ubuntu)
Sourcepackagename: mayavi => vtk

-- 
Mayavi does not start (dependency problem ?)
https://launchpad.net/bugs/43095

--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to