[Tutor] subprocess.Popen basics

David Abbott david at pythontoo.com
Mon Oct 27 20:40:08 CET 2014


> It hangs at the print statement and, from the sound of the fans in the
> computer, I suspect it spirals off into an infinite loop somewhere /
> somehow. Does anyone have any ideas about what it is that I might be
> misunderstanding?

Works here.

david at heater ~/python_practice $ ./subprocess_pipe.py
Parrot said:  Squawk: Pushing up daisies.

david at heater ~/python_practice $ python
Python 3.3.5 (default, Oct  2 2014, 07:55:01)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()



-- 
David Abbott


More information about the Tutor mailing list