[Trac_gajim-plugins] [Gajim Plugins] #98: Traceback on activating plugin
Gajim Plugins
trac at gajim.org
Sat Sep 13 12:14:07 CEST 2014
#98: Traceback on activating plugin
----------------------+--------------------------
Reporter: meekstone | Owner: asterix
Type: defect | Status: new
Priority: major | Component: LatexPlugin
Keywords: | Blocked By:
Blocking: |
----------------------+--------------------------
I installed the plugin using the plugin manager. Upon activating the
plugin (checking the "active" box in the plugin manager), the following
traceback appears on the console. Latex code is not rendered afterwards.
{{{
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
09/13/2014 12:07:05 (W) gajim.plugin_system Error executing <bound method
LatexPlugin.connect_with_chat_control_base of <latex.latex.LatexPlugin
object at 0x7ff5cbb53510>>
Traceback (most recent call last):
File "/usr/share/gajim/src/plugins/pluginmanager.py", line 369, in
_handle_all_gui_extension_points_with_plugin
handler(*gui_extension_point_args)
File "/home/meekstone/.local/share/gajim/plugins/latex/latex.py", line
411, in connect_with_chat_control_base
tb.get_tag_table().add(self.latex_tag)
ValueError: A tag named 'latex' is already in the tag table
}}}
I am using Gajim 0.16-rc2.
--
Ticket URL: <http://trac-plugins.gajim.org/ticket/98>
Gajim Plugins <http://trac-plugins.gajim.org/>
Gajim Plugins
More information about the Trac_gajim-plugins
mailing list