[Flickrfs-users] Fuse instance has no attribute 'mountpoint'
Brought to you by:
manishrjain
From: lists G. <gui...@gm...> - 2007-04-23 13:36:02
|
Hello, I'm trying to install flickr-fs, and I'm running into a problem. In the archives I see it was reported to this list before (see http://tinyurl.com/2lbz9f ), but there was no solution given. I have fuse (2.6) installed, with the python language bindings, and flickr-fs 1.39, on an open SuSE 10.2 system. Running `python flickrfs.py ~/mypics` gives the following error message: Traceback (most recent call last): File "sources/flickrfs-1.3.9/flickrfs.py", line 1079, in <module> server = Flickrfs() File "sources/flickrfs-1.3.9/flickrfs.py", line 158, in __init__ log.info("flickrfs.py:Flickrfs:mountpoint: %s" % repr(self.mountpoint)) File "~/sources/fuse-py-d1e255d900e0/build/lib.linux-i686-2.5/fuse.py", line 754, in __getattr__ raise AttributeError, "Fuse instance has no attribute '%s'" % meth AttributeError: Fuse instance has no attribute 'mountpoint' This is my first experience with a FUSE fs, so I have no idea how to proceed. Thanks for any help. |