Peter Anderson wrote:
Gabriel Genellina said:

That's very short-lived; cmp is gone in 3.0.1 (should not have existed in 3.0 in the first place).
Try with:
choices.sort(key=str.lower)


Gabriel,

That's worked fine - thank you. I think I now have a version of easygui.py that works with Python 3, probably needs a bit more testing.

Can you please make it available thru PyPI?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to