[Zope-dev] xron does not work with python 2.2
Dieter Maurer
dieter at handshake.de
Tue Sep 23 15:08:30 EDT 2003
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
More information about the Zope-Dev
mailing list