[Python-bugs-list] [ python-Bugs-527783 ] popen3 hangs on windows

noreply@sourceforge.net noreply@sourceforge.net
Sat, 09 Mar 2002 05:13:46 -0800


Bugs item #527783, was opened at 2002-03-09 13:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=527783&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Withers (fresh)
Assigned to: Nobody/Anonymous (nobody)
Summary: popen3 hangs on windows

Initial Comment:
The following hangs on windows:

(i,o,e)=popen('python test.py')
result=o.read()+e.read()

...where test.py is the test.py of a Zope 3 CVS
checkout. I suspected a Zope 3 problem, but Thomas
Guettler also expereinced this in a different context:

popen3() of the python (2.1.2) which comes with zope
hangs on W2K:
 
 (stdin, stdout, stderr)=popen3('wvWare -x wvware.xml
foo.doc')
 text=stdout.read()

Then again, having seen bug #481896, I'm not sure this
is confined to windows.

Any ideas?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=527783&group_id=5470