Eheh, that's why I ask for testers: who knew that gtk has no spinner in
archlinux (and why..).
Anyway, it should be fixed now. Could you confirm that?
To update the version of gtg you downloaded, go in the gtg_backends directory
and execute "bzr pull"
restart gtg with ./script/debug.sh -d (I don't know your skill level, so I go
step by step :) ).
Thanks for testing!
** Changed in: gtg
Importance: Undecided => Medium
** Changed in: gtg
Assignee: (unassigned) => Luca Invernizzi (invernizzi)
** Changed in: gtg
Milestone: None => 0.3
** Changed in: gtg
Status: New => In Progress
--
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!: In Progress
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