[Zope3-dev] Fatal Python error: can't initialize module MultiMapping when access "++apidoc++/Class/menu.html"

Tim Peters tim.peters at gmail.com
Mon Nov 22 13:56:30 EST 2004


[shane at hathawaymix.org]
> ...
> Two things should happen:
> 
> - Zope 3 shouldn't try to import MultiMapping.
> 
> - Someone should find out if this is a problem for Zope 2.8.

Shouldn't be a problem in 2.8.  ExtensionClass code still exists in
2.8, but is part of the Zope tree instead of the ZODB tree there.

I don't see any imports of MultiMapping in Zope3 except from
RestrictedPython/SafeMapping.py, and I don't see any uses of
SafeMapping.py.  That doesn't mean there aren't any, just that I can't
find any <wink>.


More information about the Zope3-dev mailing list