reassign 351602 python-libgmail tag 351602 + unreproducible moreinfo severity 351602 normal thanks
On Mon, Feb 06, 2006 at 01:36:43AM +0100, LT-P wrote: > $ mount.gmailfs none /mnt -o [EMAIL PROTECTED],fsname=zOlRRa -p > Gmail password: > Traceback (most recent call last): > File "/usr/bin/mount.gmailfs", line 158, in ? > import gmailfs > File "/usr/share/gmailfs/gmailfs.py", line 29, in ? > from libgmail.lgconstants import * > ImportError: No module named lgconstants > ___ > > The fuse module is loaded and the gmail account working fine, but I > cannot mount it as a volume. > > The lgconstants exists on my system and seems to be ok: > ___ > $ ls -la `locate lgconstants` > -rw-r--r-- 1 root root 5121 2006-02-04 04:36 > /usr/lib/site-python/libgmail/lgconstants.py > -rw-r--r-- 1 root root 10505 2006-02-05 18:47 > /usr/lib/site-python/libgmail/lgconstants.pyc > -rw-r--r-- 1 root root 10505 2006-02-05 18:47 > /usr/lib/site-python/libgmail/lgconstants.pyo It works fine on my system. You most likely have another, non-Debian-packaged version of libgmail on your system. Try this to find out where libgmail is imported from for you: python -c 'import libgmail ; print libgmail.__file__' Cheers, --Seb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

