Is there an Expect-like module for Python that is cross platform and, for the most part, does what
Expect does? A number of years ago, I wrote some Tcl scripts using Expect for automation. I am
trying to convince my good friend who I worked with at the time to try Python. He said, "what about
Expect?"
I have heard of a Pexpect but was told that it didn't run on win32 and he needs win32 and Linux
support both.
Thanks,
Jeff
Expect does? A number of years ago, I wrote some Tcl scripts using Expect for automation. I am
trying to convince my good friend who I worked with at the time to try Python. He said, "what about
Expect?"
I have heard of a Pexpect but was told that it didn't run on win32 and he needs win32 and Linux
support both.
Thanks,
Jeff
Comment