[Bug 43095] Re: Mayavi does not start (dependency problem ?)

Jérémie Corbier jeremie.corbier at resel.enst-bretagne.fr
Mon May 8 20:27:05 UTC 2006


In fact libvtkPatentedPython was shared library (/usr/lib/libvtkPatentedPython.so) which is not built anymore (and the Patent dir has been removed from the source tarball) due to an incompatibility with the Debian Free Software Guidelines (see README.debian).

This should be handled by:

try:
    from patented import *
    kits.append('patented')
except ImportError, exc:
    __helper.refine_import_err('patented', exc)

but refine_import_err tries to remove sys.modules['vtk.patented'] which is not defined.

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




More information about the universe-bugs mailing list