Hi Ian

No, I'm using version 0.9.9.1

I've seen MainLoop - but using that I'm giving away the control - I would
prefer to have my code in one place and don't want to create a function that
is called by MainLoop periodically.

But I'm not 100% sure I'm aiming for the right thing - maybe I just need to
"get over it" and let MainLoop do the driving (e.g. I can imagine that
MainLoop is optimized for a "good refresh rate" and if I would trigger the
refresh rate, that'd not be optimal for the displaying)

Greets
Philipp

On Sat, Sep 4, 2010 at 6:35 PM, Ian Ward <[email protected]> wrote:

> 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
>
_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to