[Bug 335538] Re: gedit-latex-plugin will not load

Tobias Wolf towolf+launchpad at gmail.com
Mon Mar 16 13:31:19 UTC 2009


Yes, that avoids the ImportError. But it gives this traceback:

DEBUG:LaTeXOutlineView:init
Traceback (most recent call last):
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/__init__.py", line 89, in activate
    self._window_decorators[window] = GeditWindowDecorator(window)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/decorators.py", line 80, in __init__
    self._init_tab_decorators()
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/decorators.py", line 182, in _init_tab_decorators
    decorator = self._create_tab_decorator(tab, init=True)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/decorators.py", line 585, in _create_tab_decorator
    decorator = GeditTabDecorator(self, tab, init)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/decorators.py", line 646, in __init__
    self._adjust_editor()
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/decorators.py", line 714, in _adjust_editor
    editor_class.__init__(self._editor, self, file)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/__init__.py", line 353, in __init__
    self.init(file, self._window_context)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/latex/editor.py", line 102, in init
    self.__parse()
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/latex/editor.py", line 271, in __parse
    self._outline_view.set_outline(self._outline)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/latex/views.py", line 228, in set_outline
    OutlineConverter().convert(self._store, outline, self._offset_map, self._context.active_editor.edited_file)
  File "/home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/base/__init__.py", line 1000, in active_editor
    return self._window_decorator._active_tab_decorator.editor
AttributeError: 'NoneType' object has no attribute 'editor'

-- 
gedit-latex-plugin will not load
https://bugs.launchpad.net/bugs/335538
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list