Re: [Flickrfs-users] Usage Survey
Brought to you by:
manishrjain
From: Carlos M. <car...@el...> - 2008-01-29 22:11:31
|
On Tue, 2008-01-29 at 15:14 -0500, rdm...@bi... wrote: > On Tue, 29 Jan 2008 at 14:58, Carlos Moffat wrote: > > 1) Are you currently successfully using flickrfs? If so, > > what version? > > > > Nop. v1.3.9 > > What does your 'no' look like? Are you getting the message about > fuse not having a 'mountpoint' attribute? Or are you one of the > ones not getting the sets directory populated? Or something else? When I mount the flickrfs directory, it goes through the authorization successfully, a /sets and /tags directory is created, but they are not populated. > > > 6) What version of fuse-python are you using? > > > > 1.02 > > fuse-python from the source comes in two flavors, 0.1 and 0.2. > If you start up python and do: > > >> import fuse > >> fuse.__version__ > > and it gives you an unknown attribute error, then you have 0.1. > If it gives you something else, it should be 0.2, and in that > case flickrfs won't (currently) work due to a threading bug > in fuse-python 0.2. Ok fuse.__version__ '0.2-pre3' Carlos > > --David |