subprocess call is not waiting.

harish.barvekar@gmail.com hbarvekar at ciphercloud.com
Thu Sep 19 07:42:09 EDT 2013


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

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



More information about the Python-list mailing list