[twisted+wxPython] widgets do not work?

Taki Jeden bartekgorny at interia.pl
Tue Oct 12 13:58:38 EDT 2004


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

-- 
#!/usr/bin/env python
print 'sygnatura'



More information about the Python-list mailing list