duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] TypeError: sort() takes no keyword arguments?


From: Andrew Kohlsmith (lists)
Subject: Re: [Duplicity-talk] TypeError: sort() takes no keyword arguments?
Date: Thu, 15 May 2008 12:01:17 -0400
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

On May 15, 2008 11:21:10 am Eric Hanchrow wrote:
> My hunch is that it is indeed a problem with your Python version -- if I
> recall correctly, the "sort" function's signature changed around 2.3 or
> so.

Indeed, I see now by looking at some python tutorials that that is indeed the 
case.  Perhaps the "python 2.3 compatible" release isn't quite so.  :-)

It also doesn't look all that straightforward to fix (to this python newb) -- 
not only is sorted() not there and sort() devoid of keywords, but I can't 
specify a key either.

-A.





reply via email to

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