Print statement in a Abaqus python GUI script

Hi Everyone,

Starting from Abaqus release 6.12, the print statement in a GUI script prints the line in the abaqus.guiState file. This change was implemented to avoid losing the output in the command prompt. In order to print in the command prompt, users should use sys.__stdout__.write() or sys.__stderr__.write().

Thanks

Srikanth