0

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

Quotenbanane
  • 263
  • 1
  • 6
  • 16
  • Please paste the code you are using to call the external program. If your Python program needs the output of the C program to continue, it will block. – Burhan Khalid Aug 01 '18 at 09:55
  • how does you code look like ? did you try `subprocess.call(command, shell=True)` ? – Raj Kumar Aug 01 '18 at 09:55

0 Answers0