28 Apr
2004
28 Apr
'04
11:23 p.m.
Andreas Jung wrote at 2004-4-27 10:26 +0200:
... print publish_module(name, request=request, response=response, )
The script always returns a 404 response (not found) for sentinel:8080/folder.
What am I doing wrong?
I read about the same problem recently... And I answered: your Zope is not initialized properly. "Zope.startup" has not yet been called. -- Dieter