[Flickrfs-users] Fuse instance has no attribute '%s'" % meth AttributeError: Fuse instance has no a
Brought to you by:
manishrjain
From: Augie S. <aug...@gm...> - 2006-06-11 23:45:34
|
I get this very nondescript error when trying to use FlickrFS: [augie@pear flickrfs-1.2.9]$ python flickrfs.py /tmp/flickrfs Traceback (most recent call last): File "flickrfs.py", line 1218, in ? server = Flickrfs() File "flickrfs.py", line 475, in __init__ log.info("flickrfs.py:Flickrfs:mountpoint: %s" % repr(self.mountpoint)) File "/usr/lib/python2.4/site-packages/fuse.py", line 710, in __getattr__ raise AttributeError, "Fuse instance has no attribute '%s'" % meth AttributeError: Fuse instance has no attribute 'mountpoint' flickrfs 1.2.9 fuse 2.3 fuse-py-089c6a510fd3 The test.py from flickrfs works fine, and so does the example/xmp.py from fuse-py . So I'm not really sure what this errors is supposed to mean. Any help would be appreciated; I've been itching to try out flickrfs since the latest 1.2.9 release. -- Augie Schwer - Au...@Sc... - http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 |