Re: Event-Driven Woes: making wxPython and Twisted work together

2004-12-30 Thread David Bolen
Daniel Bickett <[EMAIL PROTECTED]> writes: > My initial solution was, naturally, the wxPython support inside of the > twisted framework. However, it has been documented by the author that > the support is unstable at this time, and should not be used in > full-scale applications. Rather than the

Re: Event-Driven Woes: making wxPython and Twisted work together

2004-12-30 Thread matiu
Hi Daniel, I went down that road for a long time. I made a recipe to help people out: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286201 Don't be intimidated by the size, that's a whole demo app complete with gui. It works quite well. It uses two threads, wx runs in the main thread a