Archived

This forum has been archived. Please start a new discussion on GitHub.

make test fails with Python 2.0

> make test

*** running tests in ./test/IceUtil/thread:

starting client... ok
Traceback (most recent call last):
File "./allTests.py", line 94, in ?
execfile(os.path.join(dir, "run.py"))
File "./test/IceUtil/thread/run.py", line 38, in ?
for output in clientPipe.xreadlines():
AttributeError: xreadlines
make: *** [test] Interrupt

I was using following SW versions on self-made Linux installation:

Linux 2.4.20 (SMP)
gcc 3.2
xerces-c 2.2.0
BerkeleyDB 4.1
OpenSSL 0.9.6
Python 2.0

The problem was gone after I updated Python to 2.2.2.