blocking a program until a non-Python process terminates

Earl Eiland eee at nmt.edu
Sat Mar 12 15:04:33 EST 2005


I'm running an .exe in Python, using subProcess.Popen.  The executable
writes data to a file I process later on in the program.  Unfortunately,
my program returns the error "no such file...".  How do I block
execution until the external executable terminates?

Earl




More information about the Python-list mailing list