[Zope] Date utility for Zope (V2)

Lennart Regebro regebro at gmail.com
Wed Nov 10 05:00:46 EST 2010


On Wed, Nov 10, 2010 at 02:00, Brian Sullivan <briansullivan at gmail.com> wrote:
> I guess I having a mental block then. To use it from what I know I
> would have create a Zope 2 product from it somehow or create callable
> scripts in the ZMI from the provided code. Neither seems reasonable.
>
> Is there other way to use the code that I am not understanding?

Well, you need to do something with the rrules, yes. And that
obviously needs to be done in some sort of Zope product. And you will
need to write that, so it does what you want it to do.

But the dtutil module itself you simply use from Python like this:

from dtutil import rrule
rrule.whatevereblahlahlah()


I have the feeling (but I could be wrong) that there is a very long
distance from what you want to what you say you want. Maybe you can
explain what you actually want to do, your usecases etc.

--
Lennart Regebro, Colliberty: http://www.colliberty.com/
Telephone: +48 691 268 328


More information about the Zope mailing list