On 11/8/05, Manish Rai Jain <man...@gm...> wrote:
>
> Hi Jacob
> The /usr/bin/firefox is the location of the executable for your browser.
> So, in case you are not using firefox, you need to change this to the
> location of your browser (may be '/usr/bin/mozilla', you may use 'which
> your_browser_name_here' to find it. THen, replace it in the source code n=
ear
> the authentication information.
> The first time you execute the code, it will direct you to flickr web
> page, where you need to authenticate with flickr to provide read/write
> permissions to the tool.
> The frob error most probably will be due to this only.
>
> Regards
> Manish
>
>
> On 11/8/05, Jacob Stoner <re...@ja...> wrote:
> >
> > Thanks for the speedy reply its not often that I get some real help fro=
m
> > a developer. Your advice did fix those messages, but then It was giving=
a
> > message about the firefox file so i rantouch /usr/bin/firefox
> > then
> > chmod 777 /usr/bin/firefox
> > the firefox message went away but I'm still getting this:
> > RAID:/data/flickrfsv1.0# ./flickrfs.py /data/flickr &
> > [2] 8270
> > RAID:/data/flickrfsv1.0# rsp: error 108: Invalid frob
> >
> > I have no clue about this.
> > Well thanks for your help.
> > -Jacob
> >
> > On Nov 8, 2005, at 12:22 AM, Manish Rai Jain wrote:
> >
> > Hi Jacob
> > Just to check, you installed 'fuse', followed by 'fuse-python'.
> >
> > The problem is because of the libfuse.so.2 library being in
> > /usr/local/lib. If you copy this over to /usr/lib, then the problem shd=
go
> > away.
> >
> > If you can't find the library over there, just do an 'slocate
> > libfuse.so.2', and then copy it over.
> >
> > Let me know if you have any more problems.
> >
> > Regards
> > Manish
> >
> >
> > On 11/8/05, Jacob Stoner <re...@ja...> wrote:
> > >
> > > I'm very excited about this flickrfs, I have some great uses in
> > > mind. Please help me. I'm getting this error
> > >
> > > RAID:/data/flickrfsv1.0# ./flickrfs.py /data/flickr &
> > > [1] 8254
> > > RAID:/data/flickrfsv1.0# Traceback (most recent call last):
> > > File "./flickrfs.py", line 15, in ?
> > > from fuse import Fuse
> > > File "/usr/lib/python2.3/site-packages/fuse.py", line 24, in ?
> > > from _fuse import main, FuseGetContext, FuseInvalidate
> > > ImportError: libfuse.so.2: cannot open shared object file: No such
> > > file or directory
> > >
> > > I followed the instructions very well. I'm using debain and I also
> > > installed python using
> > > apt-get install python
> > > and
> > > apt-get install python2.3-dev
> > >
> > > Do I need to add fuse files to the path somehow?
> > >
> > > Thanks. This looks like a very fine piece of code.
> > > -Jacob
> > >
> >
> >
> >
>
|