Hey guys, i am new here. I have a problem with the subprocess module.
My code looks like that:
import subprocess
subprocess.call('abaqus cae noGUI=Einheitszelle_Aufbau.py', shell=True)
It is supposed to run the script via Abaqus, but it says it cant find abaqus. so it gives me this error...