ImportError: cannot import name FatalBackendException

Bug #1585554 reported by Tõnis B
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Invalid
Undecided
Unassigned

Bug Description

Upgraded my Duplicity to the latest version on two servers. On one of them it's working fine, but on one I get the following error:

# duplicity -V
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 72, in <module>
    from duplicity import commandline
  File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line 38, in <module>
    from duplicity import backend
  File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line 51, in <module>
    from duplicity.errors import FatalBackendException
ImportError: cannot import name FatalBackendException

I know it's propably not a bug, but I didn't know, where to report this.

Please assist, thanks!

Duplicity version: 0.7.07.1
Python version: 2.7.10
CentOS release 6.7

Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote : Re: [Bug 1585554] [NEW] ImportError: cannot import name FatalBackendException

How did you upgrade? Did you uninstall the old version first? If the old
version was from the repo, it is probably not in the same location as the
one from the ppa. So, uninstall, reinstall, and try again.

On Wed, May 25, 2016 at 2:43 AM, Tõnis Bramanis <email address hidden> wrote:

> Public bug reported:
>
> Upgraded my Duplicity to the latest version on two servers. On one of
> them it's working fine, but on one I get the following error:
>
> # duplicity -V
> Traceback (most recent call last):
> File "/usr/bin/duplicity", line 72, in <module>
> from duplicity import commandline
> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line
> 38, in <module>
> from duplicity import backend
> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line 51,
> in <module>
> from duplicity.errors import FatalBackendException
> ImportError: cannot import name FatalBackendException
>
> I know it's propably not a bug, but I didn't know, where to report this.
>
> Please assist, thanks!
>
> Duplicity version: 0.7.07.1
> Python version: 2.7.10
> CentOS release 6.7
>
> ** Affects: duplicity
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/1585554
>
> Title:
> ImportError: cannot import name FatalBackendException
>
> Status in Duplicity:
> New
>
> Bug description:
> Upgraded my Duplicity to the latest version on two servers. On one of
> them it's working fine, but on one I get the following error:
>
> # duplicity -V
> Traceback (most recent call last):
> File "/usr/bin/duplicity", line 72, in <module>
> from duplicity import commandline
> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py",
> line 38, in <module>
> from duplicity import backend
> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line
> 51, in <module>
> from duplicity.errors import FatalBackendException
> ImportError: cannot import name FatalBackendException
>
> I know it's propably not a bug, but I didn't know, where to report
> this.
>
> Please assist, thanks!
>
> Duplicity version: 0.7.07.1
> Python version: 2.7.10
> CentOS release 6.7
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/duplicity/+bug/1585554/+subscriptions
>

Revision history for this message
Tõnis B (bramanis) wrote :

Thank you. Uninstalling helped. Close the bug please.

On 30.05.2016 16:57, Kenneth Loafman wrote:
> How did you upgrade? Did you uninstall the old version first? If the old
> version was from the repo, it is probably not in the same location as the
> one from the ppa. So, uninstall, reinstall, and try again.
>
> On Wed, May 25, 2016 at 2:43 AM, Tõnis Bramanis <email address hidden>
> wrote:
>
>> Public bug reported:
>>
>> Upgraded my Duplicity to the latest version on two servers. On one of
>> them it's working fine, but on one I get the following error:
>>
>> # duplicity -V
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 72, in <module>
>> from duplicity import commandline
>> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line
>> 38, in <module>
>> from duplicity import backend
>> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line 51,
>> in <module>
>> from duplicity.errors import FatalBackendException
>> ImportError: cannot import name FatalBackendException
>>
>> I know it's propably not a bug, but I didn't know, where to report this.
>>
>> Please assist, thanks!
>>
>> Duplicity version: 0.7.07.1
>> Python version: 2.7.10
>> CentOS release 6.7
>>
>> ** Affects: duplicity
>> Importance: Undecided
>> Status: New
>>
>> --
>> You received this bug notification because you are subscribed to
>> Duplicity.
>> https://bugs.launchpad.net/bugs/1585554
>>
>> Title:
>> ImportError: cannot import name FatalBackendException
>>
>> Status in Duplicity:
>> New
>>
>> Bug description:
>> Upgraded my Duplicity to the latest version on two servers. On one of
>> them it's working fine, but on one I get the following error:
>>
>> # duplicity -V
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 72, in <module>
>> from duplicity import commandline
>> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py",
>> line 38, in <module>
>> from duplicity import backend
>> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line
>> 51, in <module>
>> from duplicity.errors import FatalBackendException
>> ImportError: cannot import name FatalBackendException
>>
>> I know it's propably not a bug, but I didn't know, where to report
>> this.
>>
>> Please assist, thanks!
>>
>> Duplicity version: 0.7.07.1
>> Python version: 2.7.10
>> CentOS release 6.7
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/duplicity/+bug/1585554/+subscriptions
>>

Revision history for this message
Tõnis B (bramanis) wrote :

Now I get the following:

https://bugzilla.redhat.com/show_bug.cgi?id=1285458

On 30.05.2016 16:57, Kenneth Loafman wrote:
> How did you upgrade? Did you uninstall the old version first? If the old
> version was from the repo, it is probably not in the same location as the
> one from the ppa. So, uninstall, reinstall, and try again.
>
> On Wed, May 25, 2016 at 2:43 AM, Tõnis Bramanis <email address hidden>
> wrote:
>
>> Public bug reported:
>>
>> Upgraded my Duplicity to the latest version on two servers. On one of
>> them it's working fine, but on one I get the following error:
>>
>> # duplicity -V
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 72, in <module>
>> from duplicity import commandline
>> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py", line
>> 38, in <module>
>> from duplicity import backend
>> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line 51,
>> in <module>
>> from duplicity.errors import FatalBackendException
>> ImportError: cannot import name FatalBackendException
>>
>> I know it's propably not a bug, but I didn't know, where to report this.
>>
>> Please assist, thanks!
>>
>> Duplicity version: 0.7.07.1
>> Python version: 2.7.10
>> CentOS release 6.7
>>
>> ** Affects: duplicity
>> Importance: Undecided
>> Status: New
>>
>> --
>> You received this bug notification because you are subscribed to
>> Duplicity.
>> https://bugs.launchpad.net/bugs/1585554
>>
>> Title:
>> ImportError: cannot import name FatalBackendException
>>
>> Status in Duplicity:
>> New
>>
>> Bug description:
>> Upgraded my Duplicity to the latest version on two servers. On one of
>> them it's working fine, but on one I get the following error:
>>
>> # duplicity -V
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 72, in <module>
>> from duplicity import commandline
>> File "/usr/lib64/python2.6/site-packages/duplicity/commandline.py",
>> line 38, in <module>
>> from duplicity import backend
>> File "/usr/lib64/python2.6/site-packages/duplicity/backend.py", line
>> 51, in <module>
>> from duplicity.errors import FatalBackendException
>> ImportError: cannot import name FatalBackendException
>>
>> I know it's propably not a bug, but I didn't know, where to report
>> this.
>>
>> Please assist, thanks!
>>
>> Duplicity version: 0.7.07.1
>> Python version: 2.7.10
>> CentOS release 6.7
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/duplicity/+bug/1585554/+subscriptions
>>

Changed in duplicity:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.