Hello!

On Thu, 2008-04-03 at 22:12 -0500, Mark Alford wrote:
> For me gdfs-check.py fails with:
> 
> Traceback (most recent call last):
>    File "/usr/local/bin/gdfs-check.py", line 13, in <module>
>      from gpodder.libgpodder import gl
> ImportError: cannot import name gl
> 
> If I cd to the gpodder/src directory then under python I get:
> >>> from gpodder.libgpodder import gPodderLib   # works OK
> >>> from gpodder.libgpodder import gl
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
> ImportError: cannot import name gl
> 
> Sorry if this has already been asked---I couldn't find any way to
> search the archives.

Sounds like you have an old version of gPodder installed as a package
in /usr/ and a recent version installed manually to /usr/local/, and
the /usr/local/ version tries to import from the older version
in /usr/. 

Please try to remove the unnecessary versions and only keep one version
of gPodder installed. You can even run gPodder and gdfs from an SVN
checkout, if you use the "--local" switch for "bin/gpodder" (in the
checkout) and set the $PYTHONPATH variable to
{path-to-gpodder-svn-checkout}/src.


Good luck!
Thomas

Thanks,
Thomas

_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to