** Branch linked: lp:~gtg-user/gtg/multi-backends__invernizzi_gsoc
--
GTG can't find gtk.Spinner() when opening the backend config
https://bugs.launchpad.net/bugs/624204
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Committed
Bug description:
I get the following traceback when trying to open the backend configuration
dialog:
Traceback (most recent call last):
File "/home/florian/devel/gtg_backends/GTG/gtk/browser/browser.py", line 449,
in open_edit_backends
self.vmanager.open_edit_backends()
File "/home/florian/devel/gtg_backends/GTG/gtk/manager.py", line 210, in
open_edit_backends
self.edit_backends_dialog = BackendsDialog(self.req)
File "/home/florian/devel/gtg_backends/GTG/gtk/backends_dialog/__init__.py",
line 62, in __init__
self._create_widgets_for_configure_panel()
File "/home/florian/devel/gtg_backends/GTG/gtk/backends_dialog/__init__.py",
line 212, in _create_widgets_for_configure_panel
self.config_panel = ConfigurePanel(self)
File
"/home/florian/devel/gtg_backends/GTG/gtk/backends_dialog/configurepanel.py",
line 48, in __init__
self._create_widgets()
File
"/home/florian/devel/gtg_backends/GTG/gtk/backends_dialog/configurepanel.py",
line 68, in _create_widgets
self._fill_top_hbox(top)
File
"/home/florian/devel/gtg_backends/GTG/gtk/backends_dialog/configurepanel.py",
line 92, in _fill_top_hbox
self.spinner = gtk.Spinner()
AttributeError: 'module' object has no attribute 'Spinner'
This is running on an up to date Archlinux using the process described in
http://allievi.sssup.it/techblog/?p=569
_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help : https://help.launchpad.net/ListHelp