Thanks Kevin, I often find it difficult to know which Twisted examples to follow. Googling around gives several different approaches to Twisted and wx integration - and the recommended solution seems to have evolved over time.
I'll take a look at the example in your link. Thanks again On Thu, Nov 5, 2009 at 6:43 PM, Kevin Horn <[email protected]> wrote: > On Thu, Nov 5, 2009 at 12:14 PM, Jon Mills <[email protected]> wrote: >> >> Can anybody point me towards a nice up-to-date example of the use of >> Twisted with wxPython? >> >> I assume (hope) there's some way to bind the wx event loop into >> Twisted's Reactor? Or do they need to run in separate >> threads/processes? >> >> Thanks in advance, >> >> Jon Mills >> > > I typically base my code the example that comes with Twisted. > http://twistedmatrix.com/trac/browser/trunk/doc/core/examples/wxdemo.py > > Is this not working for you, or had you just not seen it? (It took me quite > a while to find... ;) ) > > Kevin Horn > > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > -- Jon Mills [email protected] _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
