<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Manhole and StandardIO</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello all,<BR>
I would like to have a simple console python interactive shell,<BR>
powered by twisted.<BR>
<BR>
I am looking for something like this...<BR>
---<BR>
from twisted.internet import reactor, stdio<BR>
from twisted.conch.manhole import Manhole<BR>
<BR>
stdio.StandardIO(Manhole())<BR>
reactor.run()<BR>
---<BR>
... but it does not work.<BR>
<BR>
Please advice.<BR>
<BR>
Thanks,<BR>
Zoran<BR>
</FONT>
</P>

</BODY>
</HTML>