Thomas Perl wrote: > 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 :) > > Thomas,
After that change the program launches, but now I get this error message: AttributeError: 'gPodderWelcome' object has no attribute 'gPodderWelcome' -- 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
