On June 22, 2008 16:54:33 Chris Arnold wrote:
> On Sunday 22 June 2008 14:14:25 Paul Rudkin wrote:
> > Have you got python-gpod installed?  Check that you have all the
> > dependencies installed (see
>
> http://wiki.gpodder.org/wiki/Dependencies)
>
> Hi Paul,
> I have
> rpm -qa libgpod*
> libgpod-tools-0.6.0-53.1
> libgpod-python-0.6.0-53.1
> libgpod3-0.6.0-53.1
> Installed and
> rpm -qa python
> python-2.5.2-26.1
> and
> rpm -qa python-gtk
> python-gtk-2.12.1-18.1
> and
> rpm -qa python-feedparser
> python-feedparser-4.1-0.pm.1 all these are installed. I think in
> opensuse python-gpod is called libgpod3? If it is, from above, that is
> installed. Still no way to sync
>

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'
>>>

nick


_______________________________________________
gpodder-devel mailing list
gpodder-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to