Mailing List Archive

Python1.5.2 and popen2.py problems
When I run the 'make test' the popen2 module fails.
I have run it from within Python and here is the error.
Is the popen2.py file incorrect?

Thank you,
Lance




[sterling1] /export/home/lelling/Python-1.5.2/Lib > ../python
Python 1.5.2 (#2, May 4 1999, 13:37:12) [C] on sunos5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import popen2
>>> popen2._test()
testing popen2...
testing popen3...
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "popen2.py", line 95, in _test
assert not _active
AssertionError
>>>