expect module and/or functionality? Or SSH wrapper module?

Emile van Sebille emile at fenx.com
Wed Jul 10 07:52:56 EDT 2002


Michael Hudson
> Cameron Laird
> > If not, no, you can't Expect with pure Python; there's no
> > practical way to get the pseudoterminal munging right without
> > calls into the C run-time library that Python itself can't
> > access.
>
> Huh?  You have openpty, forkpty, ioctl, setsid, setpgrp, ... what more
> do you need?
>

Only those... but also on win32, which would be the advantage of
a pure python solution independent of platform.


--

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list