从缓冲的 StdOut 程序捕获输出

发布于 2024-09-27 01:24:26 字数 198 浏览 6 评论 0原文

我正在尝试使用 Qt 和 Python 捕获 Windows 程序的输出。

我正在使用 QProcess 启动该过程,但问题是输出正在缓冲。不幸的是,我无权访问源代码,因此无法刷新输出。

通过我的搜索,我找到了“Expect”程序,但我不知道是否有免费的 Windows 版本。

不过,如果纯粹用 python 来做这件事那就太好了。

I'm trying to capture the output of a windows program using Qt and Python.

I'm starting the process with QProcess, but the problem is the output is being buffered. Unfortunately I don't have access to the source, and therefore can't flush the output.

From my searching around, I found the program "Expect", but I don't know if there is a free Windows version floating around.

It would be nice to do it purely in python though.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身骄傲 2024-10-04 01:24:26

请查看 QShared Memory http://doc.trolltech.com/main- snapshot/ipc-sharedmemory.html ...您想要实现的是进程间通信,QShared内存在Linux和Windows上都可以正常工作。

Please take a look at QShared Memory http://doc.trolltech.com/main-snapshot/ipc-sharedmemory.html ... What you want to achieve is inter process communication, QShared memory works fine on Linux and Windows alike.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文