Adrian Esteban Madrid wrote:
it starts compiling for a while and then it gives me this:
make: *** [ExtensionClass.o] Error 1 Traceback (innermost last): File "/usr/local/Zope/w_pcgi.py", line 111, in ? if __name__=='__main__': main(sys.argv[0]) File "/usr/local/Zope/w_pcgi.py", line 109, in main import wo_pcgi; wo_pcgi.main(me) File "/usr/local/Zope/wo_pcgi.py", line 104, in main import build_extensions File "/usr/local/Zope/inst/build_extensions.py", line 96, in ? make('lib','python') File "/usr/local/Zope/inst/do.py", line 134, in make do('make') File "/usr/local/Zope/inst/do.py", line 103, in do if i and picky: raise SystemError, i SystemError: 512
The traceback is not as useful here as the error gcc threw up when it failed to compile ExtensionClass.c. So I'm going to get out my magic crystal ball and guess what your problem is. The ball says you don't have the Python 1.5.2 development libries installed. Either install the RPM or the sources from python.org. -Michel