3 Oct 2008 06:33
Urwid & threads.
Martin Conte Mac Donell <reflejo <at> gmail.com>
2008-10-03 04:33:34 GMT
2008-10-03 04:33:34 GMT
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
RSS Feed