FS#25776 - [scribes] 0.4.954-1 Programstart fails
Attached to Project:
Community Packages
Opened by Lex Black (TrialnError) - Friday, 26 August 2011, 18:47 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 28 August 2011, 17:53 GMT
Opened by Lex Black (TrialnError) - Friday, 26 August 2011, 18:47 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 28 August 2011, 17:53 GMT
|
Details
Description:
When I'm trying to start scribes it comes to this error message: ~ $ scribes ~ $ Traceback (most recent call last): File "/usr/bin/scribes", line 11, in <module> main() File "/usr/lib/python2.7/site-packages/SCRIBES/Main.py", line 8, in main __open() File "/usr/lib/python2.7/site-packages/SCRIBES/Main.py", line 24, in __open Manager().open_files(uris, "utf-8", stdin) File "/usr/lib/python2.7/site-packages/SCRIBES/InstanceManager.py", line 79, in open_files self.__new_editor(stdin=stdin) File "/usr/lib/python2.7/site-packages/SCRIBES/InstanceManager.py", line 163, in __new_editor Editor(self, str(uri), encoding, stdin) File "/usr/lib/python2.7/site-packages/SCRIBES/Editor.py", line 9, in __init__ Initializer(self, manager, uri, encoding, stdin) File "/usr/lib/python2.7/site-packages/SCRIBES/ServicesInitializer.py", line 30, in __init__ Manager(editor, uri) File "/usr/lib/python2.7/site-packages/SCRIBES/GUI/Manager.py", line 5, in __init__ Manager(editor, uri) File "/usr/lib/python2.7/site-packages/SCRIBES/GUI/MainGUI/Manager.py", line 5, in __init__ Manager(editor, uri) File "/usr/lib/python2.7/site-packages/SCRIBES/GUI/MainGUI/Window/Manager.py", line 5, in __init__ Window(editor) File "/usr/lib/python2.7/site-packages/SCRIBES/GUI/MainGUI/Window/Window.py", line 8, in __init__ self.__set_properties() File "/usr/lib/python2.7/site-packages/SCRIBES/GUI/MainGUI/Window/Window.py", line 36, in __set_properties if get_value(): self.__set_rgba() File "/usr/lib/python2.7/site-packages/SCRIBES/WidgetTransparencyMetadata.py", line 13, in get_value database.close() UnboundLocalError: local variable 'database' referenced before assignment Additional info: I did a fresh install of scribes-0.4.954-1 and the depencies (dbus-python-0.84.0-1, libwebkit3-1.4.2-1, yelp-xsl-3.0.2-1, yelp-3.0.4-1, gtksourceview2-2.10.5-1, pygtksourceview2-2.10.1-3, python2-gtkspell-2.25.3-10, python2-distribute-0.6.19-1, pyxdg-0.19-2) Deps which has updated since last use of scribes: dbus-python, yelp, pygtk, python2-gtkspell, python2-distribute. Steps to reproduce: I can reproduce this, when I'm trying to start scribes on 2 different arch systems. But I dunno if other people have the same problem. |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Sunday, 28 August 2011, 17:53 GMT
Reason for closing: Not a bug
Additional comments about closing: Not a packaging issue. Follow up with upstream.
Sunday, 28 August 2011, 17:53 GMT
Reason for closing: Not a bug
Additional comments about closing: Not a packaging issue. Follow up with upstream.
$ rm -rf ~/.config/scribes/
solves the problem.