Closed r1k0 closed 13 years ago
z13 ~ # kigen i
happens with python-3.2. python-3.1.* is fine though.
fix:
p2 = subprocess.Popen(cmdlines[1], stdin=p1.stdout)#, stderr=p1.stdout) #, close_fds=True) z13 ~ #
p2 = subprocess.Popen(cmdlines[1], stdin=p1.stdout)#, stderr=p1.stdout) #, close_fds=True)
z13 ~ #
committed
z13 ~ # kigen i
happens with python-3.2. python-3.1.* is fine though.