Controlling an external program with Python

Alexandre Ferrieux alexandre.ferrieux at rd.francetelecom.fr
Wed Jun 28 10:41:13 EDT 2000


Paul Duffin wrote:
> 
> Apparently there is a port of Expect for Python so why not use that
> rather than try and reimplement it all over again. 
> Expect has over 7 years of development and centuries of testing on many
> different platforms, do you really want to reproduce that. If so why,
> what exactly is wrong with Expect.

The same as with TkInter: it needs a full Tcl inside. Again I've got
next to nothing against Tcl, it's just that the separation of orthogonal
things is such a natural thing for me.

-Alex



More information about the Python-list mailing list