保留python os.popen()的彩色输出

时间:2012-11-08 23:12:40

标签: python colors stdout popen

我正在使用Python使用msbuild.exe从给定目录构建多个VS解决方案。我只想要特定的输出,但为了节省工作,解释结果的最佳方法是使用原始的ANSI编码。

示例:

import os
output = os.popen("MSBuild VSTests.sln").read()
print output

打印输出,但没有颜色。有没有办法保留这个?

0 个答案:

没有答案