Windows 的 pyexpect 替代品
我的一个朋友正在寻找适用于 Windows 的 pyexpect 的替代品,能够运行二进制文件并提供输入和读取输出。尽管我们使用google做了一定的努力,但仍然没有成功。使用 pyexpect + cygwin 不是这里的选择。因此,问题来了:有人知道吗? :-)
非常感谢。
a friend of mine is searching for some alternative of pyexpect for windows, capable to run a binary and to feed its inputs and read outputs. Although we have made certain effort using google, still no success. Using pyexpect + cygwin is not the option here. Hence, here comes the question: does anyone know about anything? :-)
Many thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用实际 Expect 怎么样?
How about using actual Expect?