[Twisted-Python] GUI Integration

Itamar Shtull-Trauring itamar at itamarst.org
Wed Nov 19 11:09:15 EST 2003


On Wed, 19 Nov 2003 12:59:35 +0100
Thorsten Henninger <henni at brainbot.com> wrote:

> If I use Delphi for example, I include the twisted-reactor via the 
> Python Deplhi Interface.
> But then if I call "reactor.run()" this blocks the Delphi Application!

You want to integrate the Delphi event loop with the Twisted event loop.
This will involve either a custom reactor, or something like what
twisted.internet.wxsupport or tksupport do.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python & Twisted consulting




More information about the Twisted-Python mailing list