[gpodder-devel] import gl error

  • From: alford at wuphys.wustl.edu (Mark Alford)
  • Date: Thu, 3 Apr 2008 22:12:41 -0500 (CDT)

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.


Other related posts: