【发布时间】:2017-07-24 21:53:01
【问题描述】:
如何从 DXL/DOORS 内部运行 python 脚本?我尝试使用 system() 命令但只得到错误。
【问题讨论】:
-
aand...哪些错误?
-
您需要更好的谷歌搜索技能,因为我很容易在 DOORS/DXL 论坛上找到您问题的答案:
You shoud pass in the name of a temporary file to which the python script stores its output. Then you read the file from DXL after the python finishes.。查看 Mathias 的回答 here。 -
我确实看到了 Mathias 的回答,但它对我不起作用。非常感谢
-
我收到错误“创建过程失败。
-
请在原始问题中包含所有错误和您的尝试。