20 Feb
1999
20 Feb
'99
5:42 a.m.
On Fri, 19 Feb 1999, James A. Hillyerd wrote:
I've read both of these documents, and they provide a good tutorial on writing code. What they are both missing is how to actually invoke a ZPublisher object. What do I do after I've written Hello.py? I guess this is related to using pcgi, but there doesn't seem to be a document on how to set it up to work with ZPublisher. I think I need something similar to Zope.cgi that invokes ZPublisher instead.
The easiest is to call ZopeHTTPServer on your module ie: ZopeHTTPServer Hello.py Medusa has a bobo_publisher which I have used a lot. It is very stable and impressively fast. Pavlos