[Twisted-Python] wxReactor Issues

Itamar Turner-Trauring itamar at itamarst.org
Sat Nov 13 23:21:42 EST 2010


On Sat, 2010-11-13 at 19:56 -0800, RSGames Support wrote:
> if wxreactor.WxReactor.callFromThread is not None:
>     oldStop = wxreactor.WxReactor.stop
>     def stopFromThread(self):
>         reactor.callFromThread(oldStop)
>     wxreactor.WxReactor.stop = stopFromThread

Did you try the patch?




More information about the Twisted-Python mailing list