I've spent quite a bit of time trying to figure this out. I'm trying to invoke this line to run abaqus (an FEA program):
popen = subprocess.Popen(callCommand, cwd=workDir, creationflags=subprocess.CREATE_NEW_CONSOLE)
popen.wait()
When double clicking on the .py file everthing works fine. However on running it from Eclipse, Abaqus crashes:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Then later I also get "SMAPython.exe has stopped working".
I've played around with admin privilege settings but to no avail. Don't have the rep to tag it with Abaqus.