[Twisted-Python] wxpython lockup
Thys Meintjes
thys at quaint.co.za
Wed Sep 28 06:24:11 MDT 2005
Greets,
I'm currently refactoring a multi threaded wxPython app to use twisted
and adbapi. I've based my code ion the wx demo in the twisted
distribution e.g:
from twisted.internet import wxreactor
wxreactor.install()
from twisted.internet import reactor
...
reactor.registerWxApp(app)
reactor.run(0)
The app loads and then freezes, sometimes some of the widgets remain
active for a few seconds before freezing up. No other threads have been
started by this time.
What gives ? Is the wxreactor stable an ready for production ?
Ubuntu 5.4 (2.6.10-5-386) wxPython 2.6
thanks
--
Thys Meintjes <thys at quaint.co.za>
More information about the Twisted-Python
mailing list