Does anyone know of a Urwid like environment that is cross-platform for Python 3.x?
I would like it to run on Linux, OS X, and Windows (XP/Vista/7).
Thanks 开发者_如何学JAVAfor any input.
I believe you're out of luck until Urwid itself is ported to Python 3 (and according to this post from last month, "the real work to port to python 3 hasn't started yet").
Your best bet is probably to use 2to3 to convert Urwid itself.
Help port Urwid to Python 3! That is most likely more work that just running 2to3 on it, though.
精彩评论