Table of Contents
An integrated wxPython/twisted event loop.
Make a wxApp that inherits from wxinternet.twixApp, and then call wxinternet.install with an instance of the class.
install ( app )
Install the wxPython event loop, given a twixApp instance.
Delayed that assures GUI events are handled.
A wxApp with a custom twisted event loop.