Hello all, I would like to have a simple console python interactive shell, powered by twisted.
I am looking for something like this... --- from twisted.internet import reactor, stdio from twisted.conch.manhole import Manhole stdio.StandardIO(Manhole()) reactor.run() --- ... but it does not work. Please advice. Thanks, Zoran
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python