GTG can't find gtk.Spinner() when opening the backend config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Fix Released
|
Medium
|
Luca Invernizzi |
Bug Description
I get the following traceback when trying to open the backend configuration dialog:
Traceback (most recent call last):
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
self.
File "/home/
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://
Related branches
- Gtg developers: Pending requested
-
Diff: 3479 lines (+2700/-285)25 files modifiedAUTHORS (+1/-0)
CHANGELOG (+1/-0)
GTG/backends/backendsignals.py (+0/-127)
GTG/core/requester.py (+3/-0)
GTG/gtk/__init__.py (+3/-1)
GTG/gtk/backends_dialog.glade (+166/-0)
GTG/gtk/backends_dialog/__init__.py (+294/-0)
GTG/gtk/backends_dialog/addpanel.py (+214/-0)
GTG/gtk/backends_dialog/backendscombo.py (+92/-0)
GTG/gtk/backends_dialog/backendstree.py (+253/-0)
GTG/gtk/backends_dialog/configurepanel.py (+304/-0)
GTG/gtk/backends_dialog/parameters_ui/__init__.py (+149/-0)
GTG/gtk/backends_dialog/parameters_ui/checkboxui.py (+72/-0)
GTG/gtk/backends_dialog/parameters_ui/importtagsui.py (+135/-0)
GTG/gtk/backends_dialog/parameters_ui/passwordui.py (+84/-0)
GTG/gtk/backends_dialog/parameters_ui/pathui.py (+112/-0)
GTG/gtk/backends_dialog/parameters_ui/periodui.py (+97/-0)
GTG/gtk/backends_dialog/parameters_ui/textui.py (+78/-0)
GTG/gtk/browser/browser.py (+100/-3)
GTG/gtk/browser/custominfobar.py (+210/-0)
GTG/gtk/browser/taskbrowser.glade (+161/-147)
GTG/gtk/colors.py (+27/-1)
GTG/gtk/manager.py (+18/-6)
GTG/tests/test_interruptible.py (+69/-0)
GTG/tools/networkmanager.py (+57/-0)
Changed in gtg: | |
milestone: | 0.3 → 0.2.9 |
Changed in gtg: | |
status: | Fix Committed → Fix Released |
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!