jose1711 / duplicity-fuse

Mount duplicity backup using FUSE
11 stars 3 forks source link

Library duplicity not found #8

Open vbulchandani opened 4 years ago

vbulchandani commented 4 years ago

from duplicity import collections, commandline, diffdir, dup_temp, dup_time, file_naming, globals, gpg, log, manifest, patchdir, path, robust, tempdir

As I do not find your email on GitHub, I am unable to contact with you.

n3storm commented 4 years ago

Duplicity is a python software that must be installed in your system in order to duplicity-fuse (also written in python) work

http://duplicity.nongnu.org/index.html

Check python versions too (you know 2.x or 3.x) that might be creating confusion too.

vbulchandani commented 4 years ago

Sorry for late response. Thank you for update. I will check it in coming day and see if it works smoothly.