On Sunday 22 June 2008 22:24:41 nikosapi wrote: > Run gPodder from the terminal like so: gpodder --verbose > > Look near the top of the output for a line that says "(gpodder.sync) Could > not find gpod", if that doesn't appear then you shouldn't be having the > problem you described. > > You can also try importing the module from a python shell to make sure > it's in the PYTHONPATH. > > [EMAIL PROTECTED]:~$ python > > >>> import gpod > >>> gpod > > <module 'gpod' > from '/usr/local/lib/python2.5/site-packages/gpod/__init__.pyc'> > > >>> gpod.version > > '0.5.3' gpodder --verbose [ 0.240] (gPodderLib) Creating gPodderLib() [ 0.250] (HistoryStore) Creating new history list. [ 0.251] (HistoryStore) Creating new history list. [ 0.255] (ConverterCollection) Found "oggdec", will try to convert ".ogg" files. [ 0.334] Patching feedparser module... (mapContentType bugfix) [ 0.653] (GPodderStatusIcon) Creating tray icon [ 0.747] Stale download directory found: a01a66b29274997c435ca611ff32c9e3 [ 0.747] Successfully removed /home/ELECTRICHENDRIX/carnold/iPod/Podcasts/a01a66b29274997c435ca611ff32c9e3. [ 0.748] Stale download directory found: 27c762c4594d0eae95592032a2fabc54 [ 0.748] Successfully removed /home/ELECTRICHENDRIX/carnold/iPod/Podcasts/27c762c4594d0eae95592032a2fabc54. [ 0.779] (gPodder) auto_update_procedure() got called [ 1.598] (podcastChannel) Generating TreeModel for http://www.desiringgod.org/feeds/SermonVideo/ [ 3.734] start reader [ 3.741] (UserAppsReader) Player found: /usr/share/applications/mplayer.desktop [ 3.760] (UserAppsReader) Player found: /usr/share/applications/realplay-gnome.desktop [ 3.781] (UserAppsReader) Player found: /usr/share/applications/realplay.desktop [ 3.800] end reader (benchmark: 0.0667 seconds)
And here is the import: python Python 2.5.2 (r252:60911, Jun 7 2008, 00:38:48) [GCC 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gpod >>> gpod <module 'gpod' from '/usr/lib64/python2.5/site- packages/gpod/__init__.pyc'> >>> gpod.version '0.6.0' >>> Still does not give me the option to sync. Should i uninstall and then re-install? _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
