Remote Access Python Interpreter using Telnet

Laurent Szyster laurent.szyster at q-survey.be
Tue Aug 7 13:02:29 EDT 2001


Oleg Broytmann wrote:
> 
> On 7 Aug 2001, chris liechti wrote:
> > interested in a hack that opens a python interactive interpreter that is
> > accessible using telnet? get the hack here:
> >
> > http://www.geocities.com/chrisliechti/en/python/index.html
> >
> > i think it can be useful for debugging GUI apps... at least therefore i've
> > written it.
> 
>    It could be used, I suppose, to debug long-running applications,
> daemons... Zope, for example.

Zope is built on Medusa (http://www.nightmare.com/medusa) and that one
came with an RPC interface for that kind of access. It's used to debug
Medusa servers and should work as-is for a Zope server.


Laurent



More information about the Python-list mailing list