[Urwid] urwid and twisted reactor

markus espenhain me at cubeball.net
Tue Jun 27 21:45:51 EDT 2006


thank you for the answers to my last question -  that really helped me 
and i think i really began to see :)

and here's the next one right away - is there a possibility to use urwid 
with a reactor from the twisted framework? or rather - is there a 
possibility to replace the usual run loop with something similar to this 
one here

def render_screen():
	draw screen here

reactor.callWhenRunning(render_screen)
reactor.run()


thanks,
markus




More information about the Urwid mailing list