I get the below when I run:
python flickrfs.py /mountpoint
Traceback (most recent call last):
File "flickrfs.py", line 1084, in ?
server = Flickrfs()
File "flickrfs.py", line 159, in __init__
Fuse.__init__(self, *args, **kw)
File "/usr/lib/python2.4/site-packages/fuse.py", line 663, in __init__
raise RuntimeError, __name__ + """.fuse_python_api not defined.
RuntimeError: fuse.fuse_python_api not defined.
! Please define fuse.fuse_python_api internally (eg.
!
! (1) fuse.fuse_python_api = (0, 2)
!
! ) or in the enviroment (eg.
!
! (2) FUSE_PYTHON_API=0.1
!
! ).
!
! If you are actually developing a filesystem, probably (1) is the way to go.
! If you are using a filesystem written before 2007 Q2, probably (2) is what
! you want."
Logged In: YES
user_id=1445114
Originator: NO
This bug was fixed in CVS on 1/27/08. Note that this fix does not make flickrfs work on gentoo with fuse-python. On gentoo you need to use the 'python-fuse' package instead (which is version 0.1 of fuse-python).