[Urwid] Urwid & threads.
Martin Conte Mac Donell
reflejo at gmail.com
Fri Oct 3 00:33:34 EDT 2008
Hello,
I'm developing some applications with urwid but i don't get how should
i get input in a different thread. I tried to start a new thread and
listen to get_input() having time.sleep in a main thread. When i raise
a resize event my script quits. (I don't know what is GIL doing here
but sleep just ends).
I'm pretty sure there is another better way to do this. What is this way?
Thank you,
M
More information about the Urwid
mailing list