duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Error when using cleanup on 0.4.6 S3?


From: Darik Horn
Subject: Re: [Duplicity-talk] Error when using cleanup on 0.4.6 S3?
Date: Fri, 07 Dec 2007 13:15:04 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

The duplicity-0.4.7 release requires a recent Boto library.

If you install duplicity locally, then you must also install Boto locally:

  http://code.google.com/p/boto/


Steve Wuerthele wrote:
I upgraded to 0.4.7, and now get the follow error launching:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 425, in ?
    if __name__ == "__main__": with_tempdir(main)
  File "/usr/bin/duplicity", line 421, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 369, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python2.4/site-packages/duplicity/commandline.py", line 450, in ProcessCommandLine
    globals.backend = backends.get_backend(args[0])
File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line 84, in get_backend
    return backend_class(pu)
File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line 711, in __init__
    self.bucket = self.conn.lookup(self.bucket_name)
AttributeError: S3Connection instance has no attribute 'lookup'

When I have time later today, I'll roll back to 0.4.6 and manually apply the fix for cleanall, to see if that solves my problem.


------------------------------------------------------------------------

_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk




reply via email to

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