[Zope] "Missing doc strings" - huh?

Chris Allen chris_allen@aurema.com
Thu, 9 Sep 1999 21:39:56 +1000


Hi,

I keep on running into this error:

  Debugging Notice

  Zope has encountered a problem publishing your object.
  Missing doc string at: http://zopesite/blah...

Traceback (innermost last):
  File /Zope-2.0.0/lib/python/ZPublisher/Publish.py, line 214, in
publish_module
  File /Zope-2.0.0/lib/python/ZPublisher/Publish.py, line 179, in publish
  File /Zope-2.0.0/lib/python/Zope/__init__.py, line 201, in
zpublisher_exception_hook
    (Object: ApplicationDefaultPermissions)
  File /Zope-2.0.0/lib/python/ZPublisher/Publish.py, line 151, in publish
  File /Zope-2.0.0/lib/python/ZPublisher/BaseRequest.py, line 344, in
traverse
  File /Zope-2.0.0/lib/python/ZPublisher/HTTPResponse.py, line 520, in
debugError
NotFound: (see above)


What exactly is a "missing doc string"??  Anyone seen this before?

The error arose when I tried to submit a form which has been produced by a
call to HTMLFile from an external Python method.  The form has worked
before.

Thanks,
Chris