[Twisted-Python] Re: [twisted+wxPython] widgets do not work?

exarkun at divmod.com exarkun at divmod.com
Tue Oct 12 16:19:04 EDT 2004


On Tue, 12 Oct 2004 19:58:38 +0200, Taki Jeden <bartekgorny at interia.pl> wrote:
>
> Hi
> 
> Anybody used wxPython with twisted?
> 
> I started putting together a Twisted-based app with wx GUI, and the widgets
> just don't work - some controls do not show up etc. - at least on my
> system.
> 
> For example, if I just take the wxdemo.py shipped with Twisted, and add to
> it a static text, it doesn't show - while if I change 
>         reactor.registerWxApp(app)
>         reactor.run(0)
> into 
>         app.MainLoop(0)
> the text is there. What the heck is wrong with this? Or am I doing something
> wrong? Does the same work at yours?
> 
> Bartek
> 

  There are several known problems with Twisted/wxPython integration, but this doesn't sound like one of them.  Could you include your modified wxdemo.py?

  Jp




More information about the Twisted-Python mailing list