[python-win32] Expect-like behavior
Tennis Smith
tennis at digitalfountain.com
Fri Sep 14 00:47:32 CEST 2007
Hi,
I'm new to both python and consequently its use on win32. I understand
from lots of sources that "pexpect" is the overall best Expect-like
implementation in python. *But* I also see that the only way to make it
work in win32 is on cygwin. Unfortunately, that isn't an option for my
users. We use the ActiveState python and would like to have Expect
functionality on that rather than installing/supporting 2 different
python implementations on the same machine.
Mostly what's needed is the ability to spawn processes (with a timeout)
and parse their output.
What's the best option currently available for us?
Thanks,
-T
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070913/233d4363/attachment.htm
More information about the python-win32
mailing list