Package: gedit-latex-plugin
Version: 0.1.3.2-1
Severity: grave
Justification: renders package unusable
When I enabled the latex plugin for gedit, the following traceback was printed
to the console:
Traceback (most recent call last):
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/__init__.py", line 38, in activate
self.__window_helpers[window] = WindowHelper(self, window)
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 60, in
__init__
self.__document_helper_manager = DocumentHelperManager(self)
File
"/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelperManager.py", line
49, in __init__
helper = DocumentHelper(self, view)
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line
64, in __init__
self.__do_check_language()
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line
114, in __do_check_language
self.__set_language(language)
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py", line
121, in __set_language
self.__language_helper = LatexLanguageHelper(self)
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/document/LatexLanguageHelper.py",
line 64, in __init__
self.__window_helper.autocomplete_popup, \
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 90, in
autocomplete_popup
return self.__autocomplete_popup
AttributeError: 'WindowHelper' object has no attribute
'_WindowHelper__autocomplete_popup'
When I tell the plugin to build the document, I get this exception:
Traceback (most recent call last):
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 383, in
__profile_activated
self.build(self.settings.get_profile(action.get_name()))
File "/usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py", line 386, in
build
self.__build_controller.build(profile)
AttributeError: 'WindowHelper' object has no attribute
'_WindowHelper__build_controller'
And nothing is built. :(
Of course, please downgrade the bug if you can't reproduce it. :)
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gedit-latex-plugin depends on:
ii gedit 2.22.3-1 official text editor of the GNOME
ii python-dbus 0.82.4-2 simple interprocess messaging syst
ii rubber 1.1-2.2 an automated system for building L
gedit-latex-plugin recommends no packages.
gedit-latex-plugin suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]