[Zope3-Users] In /zope/schema/interfaces.py source code I've IDict interface and I can't found it in http://localhost:8080/++apidoc++/Interface/@@menu.html

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Oct 30 10:07:58 EST 2006


On Thursday 28 September 2006 18:56, KLEIN Stéphane wrote:
> I don't found IDict interface in apidoc interface localisator. It's normal
> ?

The zope.schema.interfaces are, unfortunately, never registered via ZCML, so 
that they are not known to apidoc. A simple ZCML statement would add it:

<interface
  interface="zope.schema.interfaces.IDict" />

Note that apidoc will still traverse the interface, if it occurs anywhere in 
the UI.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list