[Bug 508886] Re: gpodder crashed with AttributeError in set_attributes()
Thomas Perl
thp at perli.net
Wed Jan 20 12:06:29 UTC 2010
Please try the following in your Git checkout (don't "git pull" or you
will have to install the "python-mygpoclient" package, as we are in the
middle of a transition - in case you accidentally do it, use "git
checkout gpodder-before-mygpoclient" to get the last revision before
that dependency is introduced):
In "src/gpodder/gtkui/base.py" in the "set_attributes" method there is a
line that says:
widget_name = widget.get_name()
Please replace that line by:
widget_name = gtk.Buildable.get_name(widget)
Then, try to re-run gPodder from the Git checkout (bin/gpodder
--verbose) and report back if this fixes your problem. Thanks :)
--
gpodder crashed with AttributeError in set_attributes()
https://bugs.launchpad.net/bugs/508886
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list