Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54420

Re: subprocess call is not waiting.

Newsgroups comp.lang.python
Date 2013-09-19 04:42 -0700
References (5 earlier) <28ih585cvob222k24v7ccfapgvav7nfgur@invalid.netcom.com> <mailman.906.1348050393.27098.python-list@python.org> <5059c765$0$6952$e4fe514c@news2.news.xs4all.nl> <mailman.925.1348072500.27098.python-list@python.org> <505a018f$0$6946$e4fe514c@news2.news.xs4all.nl>
Message-ID <6886842d-e89c-4ced-8502-fdaa250d1ac5@googlegroups.com> (permalink)
Subject Re: subprocess call is not waiting.
From "harish.barvekar@gmail.com" <hbarvekar@ciphercloud.com>

Show all headers | View raw


subprocess.call(tempFileName, shell=True).communicate()

this process is not blocking. I want to make a blocking call to it. please help

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: subprocess call is not waiting. "harish.barvekar@gmail.com" <hbarvekar@ciphercloud.com> - 2013-09-19 04:42 -0700
  Re: subprocess call is not waiting. Terry Reedy <tjreedy@udel.edu> - 2013-09-19 15:58 -0400

csiph-web