Remote Access Python Interpreter using Telnet

Steve Holden sholden at holdenweb.com
Wed Aug 8 08:01:46 EDT 2001


"Oleg Broytmann" <phd at phd.pp.ru> wrote in message
news:mailman.997265172.4162.python-list at python.org...
> On Tue, 7 Aug 2001, Laurent Szyster wrote:
> > > > http://www.geocities.com/chrisliechti/en/python/index.html
> > > >
> > >    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.
>
>    I heard about it, but never saw anyone used it. Any HOWTO on this?
>
Sam Rushing's Medusa distribution does contain some information on it, but
the real documentation is the comments in the code. Reading that should
enable you to connect to a working Medusa server (and hence, presumaby, to a
working Zope).

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list