handyman5 / acd_fuse

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

No mdule named fuse? #25

Open clmarshall opened 9 years ago

clmarshall commented 9 years ago

I just installed fuse and attempted to run ./acd

Following is the console output: Traceback (most recent call last): File "./acd", line 9, in import fuse ImportError: No module named fuse

Fuse was installed using latest version on Ubuntu 15.04 x64 using ./configure, make, make install

ACD was downloaded and executed as ./acd

Am I missing something?

hazcod commented 9 years ago

You sure you installed python-fuse ?

clmarshall commented 9 years ago

Positive

hazcod commented 9 years ago

Wait, aren't python modules installed with a setup.py ?

stevenvo commented 9 years ago

I have the same issue, but in line 35 - OSX 10.10.4 - Python 2.7 - FUSE and python-fuse installed.

Traceback (most recent call last):
  File "./acd", line 35, in <module>
    class ACDFS(fuse.Fuse):
AttributeError: 'module' object has no attribute 'Fuse'

This is the python shell that show 'fuse' has been installed

>>> import fuse
>>> fuse
<module 'fuse' from '/Users/stevenvo/anaconda/lib/python2.7/site-packages/fuse.pyc'>
decryption256 commented 8 years ago

I'm having the same issue as stevenvo :(

calisro commented 8 years ago

Anyone figure it out? Same error here and I know I have python fuse installed. Same use case as stevenvo.

insanity-Tn commented 8 years ago

// In case someone needs a possible solution I found for this

Had the same error (with a program named obtheme), it issued the same error message (line 27 : from fuse import Fuse, Stat )

I had installed python-fuse, python2-llfuse, python3-llfuse, fuse, fuse-libs, fuse-devel) and the issue persisted.

Tried the other way around, I installer fuse-python and it worked.

Hope this will help Cheers

cscholz commented 7 years ago

I'm using debian 8 and have the same issue.

$ dpkg -l |grep fuse ii fuse 2.9.3-15+deb8u2 amd64 Filesystem in Userspace ii libfuse2:amd64 2.9.3-15+deb8u2 amd64 Filesystem in Userspace (library) ii python-fuse 2:0.2.1-10 amd64 Python bindings for FUSE (Filesystems in USErland) ii python-llfuse 0.40-2+b2 amd64 Python bindings for the low-level FUSE API ii python3-llfuse 0.40-2+b2 amd64 Python 3 bindings for the low-level FUSE API

xaionaro commented 5 years ago

The same problem. Debian 8

ZackPashkin commented 5 years ago

the same problem . Debian GNU/Linux 9.9 (stretch) (GNU/Linux 4.9.0-9-amd64 x86_64\n)