I upgraded my linux kernel:
> uname -r
2.6.15-1-k7
> lsmod | grep fuse
f********************************************************************************
> 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

The error message is still the same.

Reply via email to