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.registe rWxApp(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'
Comment