Philipp Keller wrote on 2010-09-04 03:02:
> Hi there
> 
> I've got a queue (multiprocessing.queue) that is fed by subprocesses and
> is consisting of entries like ("server01", "unpacking /tmp/my.tar.gz").
> I want to read from the queue and put the server/message couple into
> urwid via Columns, like this:
> 
> from urwid.curses_display import Screen

looks like you might be using a version of Urwid without the MainLoop
class (pre 0.9.9) is that correct?

Ian

_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to