fritz.heinrichmeyer@fernuni-hagen.de wrote:
The stand alone server works and Zope-2.0.x works with ZServer. Btw. pcgi worked with no version without starting Zserver. There is no Zserver in Zope-1.10.3 right?
pcgi/Util/pcgifile.py fails with error attempting: 'from cgi_module_publisher import publish_module'
Please try to use the pcgifile.py from: http://starship.python.net/crew/jbauer/persistcgi/pcgifile/ The cgi_module_publisher import was from an older (Bobo) version. You will probably also want to run pcgifile.py as a cgi script (i.e. put it in /cgi-bin and make it executable). Also change the top line: #!/usr/bin/env python to point to your actual python interpreter, for security's sake, e.g. #!/usr/local/bin/python Best regards, Jeff Bauer Rubicon, Inc.