I want to run a long process (calculix simulation) via python.
As mentioned here one can read the console string with communicate()
.
As far as I understand the string is returned after the process is completed? Is there a possibility to get the console output while the process is running?