Discussion:
[Urwid] Using urwid with external event loop
David
2013-02-19 17:51:02 UTC
Permalink
I'm attempting to use urwid as a command-line server interface with the panda3d game engine. I've attempted to write a main and event loop that is run by the game engine's main loop but have failed to produce any results other than a blank screen. Does anyone have any suggestions on how to tackle this problem? Thank you for the help!.

?
-d-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.excess.org/pipermail/urwid/attachments/20130219/bbe131e9/attachment.htm
Ian Ward
2013-02-20 02:48:14 UTC
Permalink
Hi David,

Can you post some code we can take a look at?

There are three event loops in urwid you can use as an example, if you
behave the same way they do (try copying and running their tests) then
you shouldn't have any problems.

Ian
Post by David
I'm attempting to use urwid as a command-line server interface with the
panda3d game engine. I've attempted to write a main and event loop that is
run by the game engine's main loop but have failed to produce any results
other than a blank screen. Does anyone have any suggestions on how to tackle
this problem? Thank you for the help!.
-d-
_______________________________________________
Urwid mailing list
Urwid at lists.excess.org
http://lists.excess.org/mailman/listinfo/urwid
Loading...