FS#12050 - python-fuse not working with python 2.6

Attached to Project: Community Packages
Opened by Tim (tl1234562004) - Saturday, 08 November 2008, 17:30 GMT
Last edited by Jaroslaw Swierczynski (swiergot) - Sunday, 09 November 2008, 21:55 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Jaroslaw Swierczynski (swiergot)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-fuse-20071117-1 and python 2.6-2 causes this error:

File "/usr/lib/python2.5/site-packages/fuse.py", line 26, in <module>
from fuseparts._fuse import main, FuseGetContext, FuseInvalidate
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory

Steps to reproduce:
I tried to use gmailfs and got the following full error:
File "/sbin/mount.gmailfs", line 159, in <module>
import gmailfs
File "/usr/share/gmailfs/gmailfs.py", line 20, in <module>
import fuse
File "/usr/lib/python2.5/site-packages/fuse.py", line 26, in <module>
from fuseparts._fuse import main, FuseGetContext, FuseInvalidate
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Jaroslaw Swierczynski (swiergot)
Sunday, 09 November 2008, 21:55 GMT
Reason for closing:  Fixed

Loading...