Hi,
I've got the same issue with the following configuration:
- linux kernel 2.6.8-2-k7
- python 2.3.5-5
- python-fuse 2.2-2
- fuse-source 2.5.2-1

I loaded the fuse module, but can't import the _fuse python module
> lsmod | grep fuse
fuse                   39628  0
> python
Python 2.3.5 (#2, Aug 30 2005, 15:50:26)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _fuse
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.3/site-packages/_fusemodule.so: symbol fuse_mount, version FUSE_2.2 not defined in file libfuse.so.2 with link time reference

I'll try to update my kernel.

Reply via email to