March 11, 2006
4:22 p.m.
On Fri, 2006-03-10 at 20:44 -0800, Brian Granger wrote:
To allow Twisted-things to be used interactively I have built a version of PyCrust/PyShell that is "Twisted enabled." We have used the standard threadedselectreactor to interleave the Twisted event loop with that of PyShell. We also inject the reactor into the users interactive namespace. Thus, you can use all of Twisted's capabilities from an interactive python prompt.
I think the new manhole (python interpreter over ssh/telnet) in twisted.conch has some Deferred support you might want to look at.