Bug#799814: obnam tries to use fuse.Fuse, while the jessie version seems to be called fuse.FUSE

2015-09-22 Thread David Mohr
Package: obnam Version: 1.8-1 Severity: important Dear Maintainer, I just installed obnam, and it seems to be completely broken in jessie? Seems like a quick fix, but I wonder if I'm doing something wrong or is really noone using it in jessie? ~David (2095)-walter:~% obnam

Bug#799814: obnam tries to use fuse.Fuse, while the jessie version seems to be called fuse.FUSE

2015-09-22 Thread Lars Wirzenius
On Tue, Sep 22, 2015 at 04:05:44PM -0500, David Mohr wrote: > >>> import fuse > >>> help(fuse) > > >>> f = fuse.FUSE() > Traceback (most recent call last): > File "", line 1, in > TypeError: __init__() takes at least 3 arguments (1 given) > >>> fuse.FUSE > > >>> Strange. I get this: $