I did not see any errors when I ran "python w_pcgi.py" but when "./start" was run I recieved the following errors:
Traceback (innermost last): File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/z2.py", line 366, in ? import ZServer File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/ZServer/__init__.py", line 123, in ? from HTTPServer import zhttp_server, zhttp_handler File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/ZServer/HTTPServer.py", line 111 , in ? import thread ImportError: No module named thread
You need to compile Python with threads enabled to run the Zope2 ZServer stuff. Something like ./configure --with-thread in the source tree of your Python distribution. Note that you can get binaries of the Zope distribution which have Python correctly compiled up (it's in the directory bin/python and lib/python1.5 under the Zope src tree). hth tone.