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: edgar . soldin
Subject: Re: [Duplicity-talk] Broken after 0.5.10 upgrade
Date: Wed, 04 Mar 2009 12:29:52 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.0

The problem with other symptoms (output a '0') though below also occurs on a python 2.5.4. Also the solution worked.

Before:

> ~/_apps/duplicity-0.5.10/bin/duplicity --version
duplicity 0.5.10
0

After:

> ~/_apps/duplicity-0.5.10/bin/duplicity --version
duplicity 0.5.10


regards ede
--
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


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

_______________________________________________
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]