8000 No mdule named fuse? · Issue #25 · handyman5/acd_fuse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

No mdule named fuse? #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
clmarshall opened this issue Jun 18, 2015 · 10 comments
Open

No mdule named fuse? #25

clmarshall opened this issue Jun 18, 2015 · 10 comments

Comments

@clmarshall
Copy link

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
Copy link
hazcod commented Jun 22, 2015

You sure you installed python-fuse ?

@clmarshall
Copy link
Author

Positive

@hazcod
Copy link
hazcod commented Jun 24, 2015

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

@stevenvo
Copy link
stevenvo commented Jul 6, 2015

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
Copy link

I'm having the same issue as stevenvo :(

@calisro
Copy link
calisro commented Dec 1, 2015

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

@insanity-Tn
Copy link

// 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
Copy link
cscholz commented Mar 14, 2017

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
Copy link

The same problem. Debian 8

@ZackPashkin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants
0