[Zope] problems sorting list
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Fri, 28 Sep 2001 15:57:57 +0400
On Fri, Sep 28, 2001 at 12:54:34PM +0200, Sebastian Kügler wrote:
> > from DTML import SortEx
> > return SortEx(documents, (("bobobase_modification_time",),))
>
> I am getting the following error while importing DTML, the first line though
>
> the error is:
> Error Type: ImportError
> Error Value: import of "DTML" is unauthorized
Then use mailist to learn how to eneble import DTML and other modules.
Or do it in External Method.
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.