I've got a question regarding the module "subprocess".
I programmed a Python-Script which calls a C-Programm to execute.
The Problem: The Python-Script always waits for the other programm to finish.
Is there a way to avoid this?
Good' day
I've got a question regarding the module "subprocess".
I programmed a Python-Script which calls a C-Programm to execute.
The Problem: The Python-Script always waits for the other programm to finish.
Is there a way to avoid this?
Good' day