23 Sep
2003
23 Sep
'03
7:08 p.m.
robert wrote at 2003-9-23 12:57 +0200:
it seams that the Product XRON does not work with python 2.2.
I can create an instance, however when I try to enter into it from the zmi, I get an error: The object at http://localhost:8080/sprint/scheduler has an empty or missing docstring. Objects must have a docstring to be published.
When I run the same site with Python 2.13 everything is fine.
What could be the reason for that?
A new "type check" has been added to "ZPublisher.BaseRequest" to prevent ZPublisher to publish elementary Python types in Python > 2.2. Maybe, you get hit by this. If not, check that the object has indeed a docstring. Dieter