[Bug 43095] Re: Mayavi does not start (dependency problem ?)
Barry deFreese
bddebian at comcast.net
Mon May 8 19:58:51 UTC 2006
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:
bdefreese at bdubuntu1:/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
More information about the universe-bugs
mailing list