'ps -A' command freezes Popen3

gao_bolin at voila.fr gao_bolin at voila.fr
Wed Aug 31 10:12:49 EDT 2005


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.




More information about the Python-list mailing list