gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #03140
[Bug 624204] Re: GTG can't find gtk.Spinner() when opening the backend config
Fixed.
As a side note. It's not that supprising at all:
gtk.Spinner has been added to PyGtk git 2010-07-09
It's only been in the 2.21 release that occured 17 days ago AFAICT (which doesn't even have an announcement on the project homepage (yet?) :/).
So this is very likely to affect most if not all distributions.
** Changed in: gtg
Status: In Progress => Fix Committed
--
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
References