subprocess call is not waiting.

paulstaten at gmail.com paulstaten at gmail.com
Fri Sep 14 08:22:44 EDT 2012


os.system worked fine, and I found something in another section of code that was causing the "Too many open errors." (I was fooled, because output from subprocess call didn't seem to be coming out until the open files error.

I'll go back and play with subprocess.call more, since os.system works. That's interesting about using shlex at run time. Is that just for the sake of computational cost?



More information about the Python-list mailing list