Re: [Twisted-Python] Twisted and Urwid

2008-12-28 Thread Christian Scharkus
It is already there. But why don't ask at the other projects mailing list too? 2008/12/28 Jean-Paul Calderone > On Sun, 28 Dec 2008 17:28:14 +0100, Christian Scharkus < > mail.sensenm...@googlemail.com> wrote: > >> Hi Cary. >> >> I have seen it but I would prefer just to add my Input-Class as a

Re: [Twisted-Python] Twisted and Urwid

2008-12-28 Thread Jean-Paul Calderone
On Sun, 28 Dec 2008 17:28:14 +0100, Christian Scharkus wrote: Hi Cary. I have seen it but I would prefer just to add my Input-Class as a Reader to the reactor instead of using the twisted_main_loop. I have just the problem that I have no idea how I make urwid start in the beginning. Perhaps

Re: [Twisted-Python] Twisted and Urwid

2008-12-28 Thread Christian Scharkus
Hi Cary. I have seen it but I would prefer just to add my Input-Class as a Reader to the reactor instead of using the twisted_main_loop. I have just the problem that I have no idea how I make urwid start in the beginning. 2008/12/28 Cary Hull > Did you look at this? > http://excess.org/article/

Re: [Twisted-Python] Twisted and Urwid

2008-12-28 Thread Cary Hull
Did you look at this? http://excess.org/article/2008/09/urwid-gets-twisted-support/ Otherwise it looks like the error you are seeing there is due to not setting up a palette. -Cary On Sat, Dec 27, 2008 at 10:08 AM, Christian Scharkus wrote: > Hi folks. > > I've got a new question. After recongn

[Twisted-Python] Twisted and Urwid

2008-12-27 Thread Christian Scharkus
Hi folks. I've got a new question. After recongnising that the python bindings for curses are not fully capable of displaying the unicode-chars I decided to drop curses and shifted to urwid. Now I've got some basic questions in the matter of urwid and twisted. As you may know I'm using a mvc-patte