subprocess.popen how wait complete open process

simone zambonardi simone.zambonardi at gmail.com
Sun Aug 21 05:11:38 EDT 2022


Hi, I am running a program with the punishment subrocess.Popen(...) what I should do is to stop the script until the launched program is fully open. How can I do this? I used a time.sleep() function but I think there are other ways. Thanks


More information about the Python-list mailing list