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. -- http://mail.python.org/mailman/listinfo/python-list
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. -- http://mail.python.org/mailman/listinfo/python-list