duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Broken after 0.5.10 upgrade


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Broken after 0.5.10 upgrade
Date: Mon, 02 Mar 2009 07:18:22 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Simon Ravnič wrote:
>> Could you reinstall the package and post the install logs?
>> # python setup.py install >& install.log
> 
> It is attached to this mail.
> 
> After reinstalling i have this:
> 
> # duplicity --version
> duplicity 0.5.10
> Traceback (most recent call last):
>   File "/usr/bin/duplicity", line 599, in ?
>     exit(e)
> TypeError: 'str' object is not callable
> 
> # python -V
> Python 2.4.4

This one is a difference I did not catch between 2.3/2.4 and later
versions of Python.  The fix is simple, just change 'exit(e)' to
'sys.exit(e)' and all will be well.

The fix will be in the next release, later this month.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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