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.
_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to