Comment 13 for bug 207748

Revision history for this message
sv3t (tassev) wrote :

It installs now, but when I run mayavi2 I get the following:

Set Envisage to use the workbench UI: True
Set Envisage to use the workbench UI: True
Traceback (most recent call last):
  File "/usr/bin/mayavi2", line 4, in <module>
    mayavi2.main()
  File "/usr/lib/python2.5/site-packages/enthought/mayavi/scripts/mayavi2.py", line 465, in main
    m.main(sys.argv[1:])
  File "/usr/lib/python2.5/site-packages/enthought/mayavi/app.py", line 122, in main
    app.start()
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/application.py", line 331, in start
    self.load_plugin_definitions(self.plugin_definitions)
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/application.py", line 546, in load_plugin_definitions
    self.plugin_definition_loader.load(filenames)
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition_loader.py", line 98, in load
    definitions.extend(self._get_plugin_definitions(module))
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition_loader.py", line 272, in _get_plugin_definitions
    definitions = self._get_class_plugin_definitions(module)
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition_loader.py", line 307, in _get_class_plugin_definitions
    definition = value()
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition.py", line 94, in __init__
    self._add_to_module()
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition.py", line 106, in _add_to_module
    module = self._get_module()
  File "/usr/lib/python2.5/site-packages/enthought/envisage/core/plugin_definition.py", line 153, in _get_module
    return sys.modules[module_name]
KeyError: 'envisage.core.plugin_definition_loader'