'ps -A' command freezes Popen3
- From: gao_bolin@xxxxxxxx
- Date: 31 Aug 2005 07:12:49 -0700
Does anybody know why the following lines would freeze python [2.4.1 on
Linux]:
import popen2
a = popen2.Popen3('ps -A')
a.wait()
Thanks
B.
.
- Follow-Ups:
- Re: 'ps -A' command freezes Popen3
- From: Thomas Guettler
- Re: 'ps -A' command freezes Popen3
- Prev by Date: Epydoc - Documenting class members?
- Next by Date: Infinity syntax. Re: Bug in string.find; was...
- Previous by thread: Epydoc - Documenting class members?
- Next by thread: Re: 'ps -A' command freezes Popen3
- Index(es):