[Flickrfs-users] Flickrfs using MacFUSE?
Brought to you by:
manishrjain
From: Jamila K. <lad...@gm...> - 2007-01-27 22:24:50
|
I saw the announcement, and I was able to use this set of instructions to get gmailfs working under osx, haven't gotten it working in finder yet, don't know why, but I'm having a lot more trouble trying to get flickrfs working, though I too would be quite excited to do so. http://blog.macos.fr/post/2007/01/18/GMailFS-for-Mac-OS-X So far I had problems with line 19 of flickrfs.py, it giving me errors with importing format_exc from traceback. I changed all instances of 'format_exc' to 'format_exception', and those errors stopped. It also doesn't find firefox in /usr/bin (because osx doesn't put firefox there), and it doesn't seem to read my config.txt when I tell it where my browser is. At this point I'm getting this error: Leeloo:~/Desktop/fuse/flickrfs mila$ sudo python flickrfs.py ~/flickr Traceback (most recent call last): File "flickrfs.py", line 1248, in ? server = Flickrfs() File "flickrfs.py", line 502, in __init__ log.info("flickrfs.py:Flickrfs:mountpoint: %s" % repr (self.mountpoint)) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages/fuse.py", line 754, in __getattr__ raise AttributeError, "Fuse instance has no attribute '%s'" % meth AttributeError: Fuse instance has no attribute 'mountpoint' peace ladyiconoclast |