acd_fuse icon indicating copy to clipboard operation
acd_fuse copied to clipboard

No mdule named fuse?

Open clmarshall opened this issue 10 years ago • 10 comments

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?

clmarshall avatar Jun 18 '15 21:06 clmarshall

You sure you installed python-fuse ?

hazcod avatar Jun 22 '15 18:06 hazcod

Positive

clmarshall avatar Jun 24 '15 15:06 clmarshall

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

hazcod avatar Jun 24 '15 21:06 hazcod

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'>

stevenvo avatar Jul 06 '15 22:07 stevenvo

I'm having the same issue as stevenvo :(

decryption256 avatar Sep 04 '15 08:09 decryption256

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

calisro avatar Dec 01 '15 16:12 calisro

// 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

insanity-Tn avatar Jul 06 '16 19:07 insanity-Tn

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

cscholz avatar Mar 14 '17 20:03 cscholz

The same problem. Debian 8

xaionaro avatar Oct 12 '18 20:10 xaionaro

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

ZackPashkin avatar Jul 12 '19 13:07 ZackPashkin