[Zope] Error in ZMI: Failed to import class TemplateDict from
module AccessControl.Dtml
Dieter Maurer
dieter at handshake.de
Tue Jan 13 13:29:37 EST 2004
Gabriela López Ruiz wrote at 2004-1-13 10:09 -0300:
>This morning I tried to go to the Root Folder on mi ZMI and I found the
>error showed below. I don't know what's the TemplateDict class but the fact
>is that I can't export any of my sites.
>Any suggestion will be thanked.
>Gabriela
>
>****************************************************************************
>Zope has encountered an error while publishing this resource.
>
>Error Type: SystemError
>Error Value: Failed to import class TemplateDict from module
>AccessControl.DTML
In modern Zope versions (2.6 and above) "AccessControl.DTML"
no longer contains "TemplateDict".
You may still have old code that expects it to be there.
Try to get a traceback and analyse which code this may be.
Change it.
--
Dieter
More information about the Zope
mailing list