[TransWarp] Re: Failed Installation

Phillip J. Eby pje at telecommunity.com
Sun Dec 1 13:31:04 EST 2002


At 02:18 AM 12/1/02 -0400, beno wrote:

>I'm using RH72. Here's the complete output from the above command:
>
>#cd PEAK
>#python setup.py -q install 2>&1 | less

Which version of Python do you get if you just type "python"?  Does 7.2 use 
Python 1.5.2 or 2.2.1?  PEAK requires at least Python 2.2.1.  Most of the 
errors in your output look to me like the compilation is including the 
wrong version of Python.h -- maybe one from Python 1.5.2.

You might want to try running "python2" instead of "python", possibly after 
installing Python 2.2.1 or 2.2.2.

It's not a problem with PEAK code, as far as I can tell; the errors are 
compiling the cPersistence module that is actually part of ZODB version 
4.  But if it got further along in the build process it probably would've 
choked on the PEAK parts as well.




More information about the PEAK mailing list