How to run Abaqus Macro (.py) script
问题 I am new to python. I generated a macro which is a .py script using Abaqus Macro manager. I realised that this script works only when run from the Abaqus manager and does not run by itself. Please does anyone know how to modify this script so i can run it without using the Abaqus. Thank you in advance for your help Adroit 回答1: to run a python script that relies on abaqus cae from the command line and without opening up the gui window you do: abaqus cae noGUI=script.py As mentioned if all the