Thread: [Flickrfs-users] fuse.fuse_python_api not defined
Brought to you by:
manishrjain
From: Sam A. <sam...@my...> - 2007-11-04 23:32:16
|
Hi, When running flickrfs.py I get told: Traceback (most recent call last): File "flickrfs.py", line 1083, in <module> server = Flickrfs() File "flickrfs.py", line 158, in __init__ Fuse.__init__(self, *args, **kw) File "/usr/lib/python2.5/site-packages/fuse.py", line 652, in __init__ """ RuntimeError: fuse.fuse_python_api not defined. Does anyone know why this might be or how I can fix it. Flickrfs looks like just the thing I've been waiting for but I can't seem to get it working. Thanks. Sam |
From: kevin w. <sp...@gm...> - 2007-11-05 07:59:26
|
I could ask which version of flickrfs are you're using, and which OS, but then I realized I probably wouldn't be able to help you much, as I've never gotten flickrfs to work 100%. The most luck I've had is with the CVS version running on Ubuntu Feisty, where I could see my sets (although nothing was in them) and I could get stream populated (although not completely) and I could upload. Syncing was problematic, but uploading seemed fine. It seems like the most "stable" version (easiest to install, no errors reported, clean log files, etc) is the one in the debian repos. I can install it in Ubuntu Gutsy simply by doing an apt-get flickrfs. There is, however, a major bug in that version, where there are no sets at all. I believe Manish is working on the issue. Kevin On Nov 4, 2007 3:32 PM, Sam Adams <sam...@my...> wrote: > Hi, > > When running flickrfs.py I get told: > > Traceback (most recent call last): > File "flickrfs.py", line 1083, in <module> > server = Flickrfs() > File "flickrfs.py", line 158, in __init__ > Fuse.__init__(self, *args, **kw) > File "/usr/lib/python2.5/site-packages/fuse.py", line 652, in __init__ > """ > RuntimeError: fuse.fuse_python_api not defined. > > Does anyone know why this might be or how I can fix it. Flickrfs looks > like just the thing I've been waiting for but I can't seem to get it > working. Thanks. > > Sam > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Flickrfs-users mailing list > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flickrfs-users > |
From: Sam A. <sam...@my...> - 2007-11-05 11:34:11
|
Hi, I'm using Gutsy and I've tried flickrfs-1.3.9 and the latest version from cvs. It's the install I can't even get working though. I'm not sure if it's a problem with the python fuse bindings though. It's the uploading I'm most interested in anyway so if I could even get that far I'd be happy. I didn't reliase there was one in the repos though, I'll give this a go when I get home. Cheers, Sam On Sun, 4 Nov 2007 23:52:53 -0800, "kevin wu" <sp...@gm...> said: > I could ask which version of flickrfs are you're using, and which OS, > but then I realized I probably wouldn't be able to help you much, as > I've never gotten flickrfs to work 100%. The most luck I've had is > with the CVS version running on Ubuntu Feisty, where I could see my > sets (although nothing was in them) and I could get stream populated > (although not completely) and I could upload. Syncing was > problematic, but uploading seemed fine. > > It seems like the most "stable" version (easiest to install, no errors > reported, clean log files, etc) is the one in the debian repos. I can > install it in Ubuntu Gutsy simply by doing an apt-get flickrfs. There > is, however, a major bug in that version, where there are no sets at > all. I believe Manish is working on the issue. > > > Kevin > > On Nov 4, 2007 3:32 PM, Sam Adams <sam...@my...> wrote: > > Hi, > > > > When running flickrfs.py I get told: > > > > Traceback (most recent call last): > > File "flickrfs.py", line 1083, in <module> > > server = Flickrfs() > > File "flickrfs.py", line 158, in __init__ > > Fuse.__init__(self, *args, **kw) > > File "/usr/lib/python2.5/site-packages/fuse.py", line 652, in __init__ > > """ > > RuntimeError: fuse.fuse_python_api not defined. > > > > Does anyone know why this might be or how I can fix it. Flickrfs looks > > like just the thing I've been waiting for but I can't seem to get it > > working. Thanks. > > > > Sam > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Flickrfs-users mailing list > > Fli...@li... > > https://lists.sourceforge.net/lists/listinfo/flickrfs-users > > |