I just install gpodder on an up-to-date cooker Programm launch properly and show a welcome screen but clicking on the button have no effect Here is the trace [jehane@bleuet ~]$ gpodder Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/welcome.py", line 54, in on_btnCancel_clicked self.gPodderWelcome.destroy() AttributeError: 'gPodderWelcome' object has no attribute 'gPodderWelcome' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/welcome.py", line 54, in on_btnCancel_clicked self.gPodderWelcome.destroy() AttributeError: 'gPodderWelcome' object has no attribute 'gPodderWelcome' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/welcome.py", line 46, in on_show_example_podcasts self.gPodderWelcome.destroy() AttributeError: 'gPodderWelcome' object has no attribute 'gPodderWelcome' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gpodder/gtkui/interface/welcome.py", line 50, in on_setup_my_gpodder self.gPodderWelcome.destroy() AttributeError: 'gPodderWelcome' object has no attribute 'gPodderWelcome'
It's on a cauldron install (of course) Bug is reported upstream (not by me) https://bugs.gpodder.org/show_bug.cgi?id=1345
This seems related https://bugs.gpodder.org/show_bug.cgi?id=1021
Keywords: (none) => UPSTREAM
(In reply to comment #2) > This seems related https://bugs.gpodder.org/show_bug.cgi?id=1021 It was the same bug, and I read it got patched the day before yesterday: ********************************************************************************** Thomas Perl 2011-10-19 13:54:53 BST Finally fixed that annoying issue. Apparently, Python collected the underlying "gPodderWelcome" object when it fell out of scope, but not in all cases, making this really hard to debug. Fixed in master: http://gpodder.org/commit/f47f48ac84 Fixed in tres: http://gpodder.org/commit/61230be261 The fix will be part of the upcoming gPodder 2.20 release and has also been integrated into the "tres" branch for the upcoming gPodder 3.0.0 release. ********************************************************************************** Pity we don't have a maintainer for gpodder, atm
URL: (none) => https://bugs.gpodder.org/show_bug.cgi?id=1021CC: (none) => fundawang, marja11, stormi
gpodder 3.0.1-1.mga2 is in Cauldron now, so this bug should be fixed. Closing this report
Status: NEW => RESOLVEDResolution: (none) => FIXED