Xron not compatible with Zope 2.5.1?
Hello, I installed the Xron product, and I can't seem to use it with Zope 2.5.1. Whenever I try to view a Xron DTML method, I get the following: Site Error An error was encountered while publishing this resource. Debugging Notice Zope has encountered a problem publishing your object. The object at http://mig:8080/team/vanl/test has an empty or missing docstring. Objects must have a docstring to be published. Has anyone seen this before? Is there something that has superceded Xron that is currently maintained? Thanks, VanL ------------------------------------------------------------------------
VanL writes:
I installed the Xron product, and I can't seem to use it with Zope 2.5.1. Whenever I try to view a Xron DTML method, I get the following: ... The object at http://mig:8080/team/vanl/test has an empty or missing docstring. Objects must have a docstring to be published. What (type of object) is "team/vanl/test"? Does it have a docstring? ... Has anyone seen this before? Is there something that has superceded Xron that is currently maintained? Usually, people suggest to use an external scheduler (e.g. CRON under Unix) and either "ZPublisher.Client" or "XML-RPC" to fire actions in Zope.
Dieter
participants (2)
-
Dieter Maurer -
VanL