I'm using the chinook extras repository entries for all of my extras repositories (chinook free+non-free in extras + extras-devel). gPodder works fine here on Diablo. python2.5-gtk2 version is 2.12.1-1osso3 and "dpkg -L python2.5-gtk2" gives /usr/lib/python2.5/site-packages/gtk-2.0/gtk/glade.so Your "dpkg -L python2.5-gtk2" should also print out the glade.so module. Else please try downoading and installing python2.5-gtk2 version 2.12.1-1osso3 from http://repository.maemo.org/extras/p...sso3_armel.deb And: Yep, the package http://repository.maemo.org/extras/p...sso3_armel.deb from the diablo repository doesn't build the glade.so module. So even if your version is 2.12.1-1osso3, you have to download the python2.5-gtk2 package from the chinook repository and install it on your tablet.
~ $ gpodder --verbose --maemo [ 1.795] Using ISO-8859-15 as encoding. If this [ 1.796] is incorrect, please set your $LANG variable. [ 2.350] (gPodderLib) Creating gPodderLib() [ 2.608] (Storage) Setting up SQLite database [ 2.610] SQLite connection for thread 1073748864 opened. [ 2.715] (ConverterCollection) Could not find "oggdec", ".ogg" files cannot be con verted. [ 2.721] (tagupdate) eyed3 not found -- tag update disabled [ 2.725] (gpodder.sync) Could not find gpod [ 2.812] (gpodder.sync) Could not find pymad [ 2.815] (gpodder.sync) Could not find eyeD3 [ 2.922] Patching feedparser module... (mapContentType bugfix) [ 3.841] Cannot find pynotify. Please install the python-notify package. [ 3.841] Notification bubbles have been disabled. /usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py:337: GtkWarning: Mixing d eprecated and non-deprecated GtkToolbar API is not allowed return gtk.glade.XML(self.glade_path, root, domain) Traceback (most recent call last): File "/usr/bin/gpodder", line 166, in <module> sys.exit( main()) File "/usr/bin/gpodder", line 162, in main gui.main() File "/usr/lib/python2.5/site-packages/gpodder/gui.py", line 3378, in main gPodder().run() File "/usr/lib/python2.5/site-packages/gpodder/gui.py", line 128, in __init__ SimpleGladeApp.SimpleGladeApp.__init__( self, path, root, domain, **kwargs) File "/usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py", line 110, in __ init__ self.new() File "/usr/lib/python2.5/site-packages/gpodder/gui.py", line 313, in new gtk.set_application_name('gPodder') AttributeError: 'module' object has no attribute 'set_application_name' ~ $