Re: blocking a program until a non-Python process terminates

2005-03-12 Thread Michael Hoffman
Earl Eiland wrote: 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? Either: 1) returncod

blocking a program until a non-Python process terminates

2005-03-12 Thread Earl Eiland
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 -- http://mail.python.org/mailm