Python 3 and easygui problem
Terry Reedy
tjreedy at udel.edu
Sun Feb 22 16:18:39 EST 2009
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?
More information about the Python-list
mailing list