duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] webdav in trunk broken - File /tmp/... not found lo


From: Michael Terry
Subject: Re: [Duplicity-talk] webdav in trunk broken - File /tmp/... not found locally after get from backend
Date: Tue, 6 May 2014 08:41:56 -0400

Those py24 errors were not with my branch, right?  I fixed some of those myself.

> Ken: can i create a branch with the webdav fix against MT's branch that you merge later?

Which webdav fix?  I thought the claim was that webdav only broke because of the backend-unification branch, which isn't in my 0.6.24 branch.

Speaking of, I tested last night, and trunk worked fine for my testing webdav server.  I tried against box.com, and did get some odd errors.  So I'm looking into why there is a difference.

-mt

On 6 May 2014 05:37, <address@hidden> wrote:
On 06.05.2014 11:13, address@hidden wrote:
> just checked and duplicity still runs with 2.4/2.5 .. the message i got from a user was he couldn't install from tgz because of progress bar 2.6-isms

out of interest checked and got this. maybe we should fix those as a final compatibility effort?
couldn't run it though as my python 2.4 has no lockfile and i know no easy way to get it. ..ede

@:~/duplicity-0.6.23> /usr/local/python-2.4.6/bin/python setup.py install --prefix="$PREFIX" --install-lib="$PREFIX"
running install
running build
running build_py
running build_ext
running build_scripts
running install_lib
byte-compiling /tmp/blabla/duplicity/backends/_boto_multi.py to _boto_multi.pyc
  File "/tmp/blabla/duplicity/backends/_boto_multi.py", line 438
    with FileChunkIO(filename, 'r', offset=offset * bytes, bytes=bytes) as fd:
                   ^
SyntaxError: invalid syntax
byte-compiling /tmp/blabla/duplicity/backends/webdavbackend.py to webdavbackend.pyc
  File "/tmp/blabla/duplicity/backends/webdavbackend.py", line 298
    finally:
          ^
SyntaxError: invalid syntax
byte-compiling /tmp/blabla/duplicity/filechunkio.py to filechunkio.pyc
  File "/tmp/blabla/duplicity/filechunkio.py", line 80
    except TypeError as err:
                      ^
SyntaxError: invalid syntax
byte-compiling /tmp/blabla/duplicity/progress.py to progress.pyc
  File "/tmp/blabla/duplicity/progress.py", line 128
    class ProgressTracker():
                          ^
SyntaxError: invalid syntax
running install_scripts
changing mode of /tmp/blabla/bin/duplicity to 755
changing mode of /tmp/blabla/bin/rdiffdir to 755
running install_data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]