|
From: | Scott Hannahs |
Subject: | Re: [Duplicity-talk] Duplicity 1.0.1 Released |
Date: | Wed, 5 Oct 2022 10:12:34 -0400 |
Well, even if I can get rid of the warning, _librsync doesn’t seem to load, though it has in the past. Do I need to set a PYTHONPATH here or something to run the tests? It does fail on "from . import _librsync”. It is trying to import that from the librsync.py which implies that it is not building the .so file but I see the .so file in the sandbox directory. -Scott E duplicity.errors.BackendException: Error running 'tahoe cp /var/folders/6b/85yg9bp94rv55dzbdp78thp40000kr/T/testfiles/local var:folders/6b/85yg9bp94rv55dzbdp78thp40000kr/T/testfiles/output/file-a': return ed 1, with output: E E Traceback (most recent call last): E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/testing/overrides/bin/tahoe", line 11, in <module> E from testing import _runtest_dir E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/testing/__init__.py", line 33, in <module> E from duplicity import backend E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/backend.py", line 44, in <module> E from duplicity import dup_temp E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/dup_temp.py", line 34, in <module> E from duplicity import path E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/path.py", line 49, in <module> E from duplicity import librsync E File "/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/librsync.py", line 36, in <module> E from . import _librsync E ImportError: cannot import name '_librsync' from 'duplicity' (/opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/__init__.py) /opt/sw/src/fink.build/duplicity-1.0.1-1/duplicity-1.0.1/duplicity/backend.py:527: BackendException
|
[Prev in Thread] | Current Thread | [Next in Thread] |