linux-2.4.33 installing Python-2.5.tar.bz2 9357099 bytes After a successful make, su # make install ...[clip]... PYTHONPATH=/usr/local/lib/python2.5 \ ./python -Wi -tt /usr/local/lib/python2.5/compileall.py \ -d /usr/local/lib/python2.5 -f \ -x 'bad_coding|badsyntax
site-packages' /usr/local/lib/python2.5 Listing /usr/local/lib/python2.5 ... Compiling /usr/local/lib/python2.5/BaseHTTPServer.py ... ...[clip]... Compiling /usr/local/lib/python2.5/xmlrpclib.py ... Compiling /usr/local/lib/python2.5/zipfile.py ... make: *** [libinstall] Error 1 Can installation be finished manually? or is there a patch or workaround for this? Stewart
Please check if your issue is the same as http://python.org/sf/1594809, i.e. if you have PYTHON* environment variables set while compiling, which is not supported.