Subprocess .wait() is not waiting

Chris Angelico rosuav at gmail.com
Fri Mar 24 15:50:49 EDT 2017


On Sat, Mar 25, 2017 at 6:40 AM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> If that's what's happening it would be a bug. Are you sure that the
> other program isn't simply crashing or otherwise failing to complete?
>

Or possibly is running asynchronously. Is this a GUI app? A lot of
Windows GUI programs don't wait when you invoke them.

ChrisA



More information about the Python-list mailing list