gpt4 book ai didi

python - 使用 mingw 捕获 distutils 的错误输出

转载 作者:太空宇宙 更新时间:2023-11-03 18:16:44 26 4
gpt4 key购买 nike

我正在使用 distutils 通过 python 脚本编译 C 代码。如果出现问题,我希望能够捕获错误输出。为此,我在运行 setup() 命令之前将 stdout 和 stderr 重定向到临时文件(您需要为此使用 os.dup2)。

在linux上,它工作得很好。在 windows + mingw 上我得到了一些非常奇怪的行为:

  • 在不 try catch 的情况下,stdout 和 stderr 都会写入命令提示符。
  • 当我 try catch 时,stdout 工作正常,但 stderr 的输出消失。

有人明白这是怎么回事吗?

最佳答案

糟糕。

事实证明这非常简单:捕获 stdout 和 stderr 输出工作得很好,但是我想要捕获的特定错误消息(这是 Windows 特定的)不是打印输出的一部分,而是错误消息引发的 SystemExit 异常。

浪费时间:(

关于python - 使用 mingw 捕获 distutils 的错误输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24900200/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com