Newbie Python+Zope Question

Harald harald.keicher at web.de
Mon Mar 11 11:41:13 EST 2002


Hello,

I'm fairly new to Python and I'm trying to instal a new version of zope 
(2.5.0) www.zope.org. At the moment I have running suse 7.2, python 2.1.2 
and zope 2.0. After 'tar xzvf Zope-2.xxxx.tgz' I started the compiling of 
the Zopeserver with 'python wo_pcgi.py'. I get this error messages:

------------------------------------------------------------------------------
Deleting '.pyc' and '.pyo' files recursively under 
/usr/local/ZopePark/Testserver...
Done.

------------------------------------------------------------------------------
Compiling python modules

------------------------------------------------------------------------------
Building extension modules
cp ./lib/python/Setup20 ./lib/python/Setup

------------------------------------------------
Compiling extensions in lib/python
cp /usr/lib/python2.2/config/Makefile.pre.in .
cp: cannot stat `/usr/lib/python2.2/config/Makefile.pre.in': Datei oder 
Verzeichnis nicht gefunden
Traceback (most recent call last):
  File "wo_pcgi.py", line 45, in ?
  File "wo_pcgi.py", line 33, in main
  File "/usr/local/ZopePark/Testserver/inst/build_extensions.py", line 30, 
in ?
    make('lib','python')
  File "/usr/local/ZopePark/Testserver/inst/do.py", line 61, in make
    do("cp %s ." % wheres_Makefile_pre_in())
  File "/usr/local/ZopePark/Testserver/inst/do.py", line 32, in do
    if i and picky: raise SystemError, i
SystemError: 256


Harry



More information about the Python-list mailing list