duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Fwd: Fwd: duplicity


From: Kenneth Loafman
Subject: [Duplicity-talk] Fwd: Fwd: duplicity
Date: Mon, 19 Oct 2015 09:24:54 -0500

I'm forwarding to the mailing list for now.  This is the best source for quick help and fixes available.

Could someone help out with the Windows cloud storage issue?

...Thanks,
...Ken


On Sun, Oct 18, 2015 at 10:21 PM, Bold Networks <address@hidden> wrote:
i know i'm annoying.

final

        self.WindowsAzureMissingResourceError = azure.WindowsAzureMissingResourceError
to
        self.AzureMissingResourceHttpError = azure.common.AzureMissingResourceHttpError


        except azure.AzureConflictHttpError:
to
        except azure.common.AzureConflictHttpError:


---------- Forwarded message ----------
From: Bold Networks <address@hidden>
To: address@hidden
Cc: 
Date: Sun, 18 Oct 2015 19:54:22 -0700
Subject: Fwd: duplicity
possible fix because microsoft made changes to their code.

azurebackends.py

change
            from azure.storage import BlobService
to
            from azure.storage.blob import BlobService

also, i needed 'requests' installed for python this time, i haven't needed this if i recall, it's been like 8 months since i made this work on cygwin.

thanks.


---------- Forwarded message ----------
From: Bold Networks <address@hidden>
To: address@hidden
Cc: 
Date: Sun, 18 Oct 2015 19:32:36 -0700
Subject: duplicity
hi kenneth,

i'm not sure who to email.

i get this on the newer installations of duplicaty with the prereqs.

is this a duplicity issue?

thank you for everything.

--

Backend error detail: Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1525, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1519, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1357, in main
    action = "">   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1103, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 994, in set_backend
    globals.backend = backend.get_backend(bend)
  File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 223, in get_backend
    obj = get_backend_object(url_string)
  File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 209, in get_backend_object
    return factory(pu)
  File "/usr/lib/python2.7/site-packages/duplicity/backends/azurebackend.py", line 41, in __init__
    raise BackendException('Azure backend requires Microsoft Azure SDK for Python '
BackendException: Azure backend requires Microsoft Azure SDK for Python (https://github.com/Azure/azure-sdk-for-python).


---

>>> from azure.storage import BlobService
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named storage





--- Begin Message --- Subject: duplicity Date: Sun, 18 Oct 2015 19:32:36 -0700 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
hi kenneth,

i'm not sure who to email.

i get this on the newer installations of duplicaty with the prereqs.

is this a duplicity issue?

thank you for everything.

--

Backend error detail: Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1525, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1519, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1357, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1103, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 994, in set_backend
    globals.backend = backend.get_backend(bend)
File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 223, in get_backend
    obj = get_backend_object(url_string)
File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 209, in get_backend_object
    return factory(pu)
File "/usr/lib/python2.7/site-packages/duplicity/backends/azurebackend.py", line 41, in __init__ raise BackendException('Azure backend requires Microsoft Azure SDK for Python ' BackendException: Azure backend requires Microsoft Azure SDK for Python (https://github.com/Azure/azure-sdk-for-python).


---

>>> from azure.storage import BlobService
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named storage




--- End Message ---
--- Begin Message --- Subject: Fwd: duplicity Date: Sun, 18 Oct 2015 19:54:22 -0700 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
possible fix because microsoft made changes to their code.

azurebackends.py

change
            from azure.storage import BlobService
to
            from azure.storage.blob import BlobService

also, i needed 'requests' installed for python this time, i haven't needed this if i recall, it's been like 8 months since i made this work on cygwin.

thanks.

--- Begin Message --- Subject: duplicity Date: Sun, 18 Oct 2015 19:32:36 -0700 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
hi kenneth,

i'm not sure who to email.

i get this on the newer installations of duplicaty with the prereqs.

is this a duplicity issue?

thank you for everything.

--

Backend error detail: Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1525, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1519, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1357, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1103, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 994, in set_backend
    globals.backend = backend.get_backend(bend)
File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 223, in get_backend
    obj = get_backend_object(url_string)
File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 209, in get_backend_object
    return factory(pu)
File "/usr/lib/python2.7/site-packages/duplicity/backends/azurebackend.py", line 41, in __init__ raise BackendException('Azure backend requires Microsoft Azure SDK for Python ' BackendException: Azure backend requires Microsoft Azure SDK for Python (https://github.com/Azure/azure-sdk-for-python).


---

>>> from azure.storage import BlobService
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named storage





--- End Message ---

--- End Message ---

reply via email to

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