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 -- https://mail.python.org/mailman/listinfo/python-list
- subprocess.popen how wait complete open process simone zambonardi
- Re: subprocess.popen how wait complete open process Paul Bryan
- Re: subprocess.popen how wait complete open process Chris Angelico
- Re: subprocess.popen how wait complete open pro... Dan Stromberg
- Re: subprocess.popen how wait complete open... Chris Angelico
- Re: subprocess.popen how wait complete open process Eryk Sun