我花了很多时间试图弄清楚这一点。我正在尝试调用此行来运行 abaqus(一个 FEA 程序):
popen = subprocess.Popen(callCommand, cwd=workDir, creationflags=subprocess.CREATE_NEW_CONSOLE)
popen.wait()
双击 .py 文件时,一切正常。但是在 Eclipse 中运行它时,Abaqus 崩溃了:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
然后后来我也得到“SMAPython.exe 已停止工作”。
我玩过管理员权限设置,但无济于事。没有代表用 Abaqus 对其进行标记。