Re: Using alternatives to Zope's DateTime module in PageTemplates
"Dieter Maurer" <[email protected]> Mon, 6 Nov 2006 23:12:53 +0100
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Charlie Clark wrote at 2006-10-24 22:43 +0200: >Am 24.10.2006, 22:26 Uhr, schrieb Dieter Maurer <[email protected]>: >> It does, but you need to use "allowType"... > >Thanks for that. > >import datetime > >allow_type(datetime.datetime) > >do work but > >calling strftime() on a datetime object throws an import error > >Error Type: ImportError >Error Value: import of "__doc__" from "time" is unauthorized. You are not >allowed to access '__doc__' in this context > >Is this correct? You know that you must always (!) provide full error information. This includes a traceback (beside "Error Type" and "Error Value". -- Dieter