Hello everyone,
Using a python script file, I perform an iterative FEM analysis with ABAQUS; it means I submit the first job, using its result the next job is created and submitted. This procedure will continue until the end of the program.
When I run my python script using GUI it works...