handyman5 / acd_fuse

FUSE filesystem driver for Amazon Cloud Drive
Other
187 stars 23 forks source link

Install error? #22

Open MartinKlefas opened 9 years ago

MartinKlefas commented 9 years ago

I think there may be a step missing in the usage/install guide. I'm on Ubuntu 14.04 I've installed python-fuse but when I navigate into the folder I extracted the downloaded zip into and try my first run of acd I get:

Traceback (most recent call last):
 File "./acd", line 25, in <module>
    import pyacd
ImportError: No module named pyacd
phizaz commented 9 years ago

I suspected that the folder "pyacd", after cloned, is empty but the one in this repository links to "another" repository ... my guess is that you should clone that repository exactly into this "pyacd" folder. I tried it worked !

jfrey-xx commented 9 years ago

Hello,

I am, too, toying with acd_fuse. I think the "right" way to get all sources is either to directly clone the submodule (ie, "pyacd") from the start with "git clone --recursive" or, if you already cloned acd_fuse repository, to use "git submodule init && git submodule update".

handyman5 commented 9 years ago

@jfrey-xx, you are absolutely correct about the submodule note. I will update the docs to add an "Initial Setup" section that notes that.

MartinKlefas commented 9 years ago

OK, so now it gets a bit further, but I now get the error:

Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile
Cached session failed; trying auth login
Login successful; starting filesystem
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: user has no write access to mountpoint /media/martin/acd
Traceback (most recent call last):
  File "./acd", line 470, in <module>
    fs.main()
  File "./acd", line 92, in main
    fuse.Fuse.main(self)
  File "/usr/lib/python2.7/dist-packages/fuse.py", line 757, in main
    main(**d)
fuse.FuseError: filesystem initialization failed