On Mon, 2010-03-08 at 15:36 +0100, Sven-Erik Tiberg wrote: > Thanks > > Only to clearify: > Has zope.interface any depedencies/connection with the Zope web > application server primarily written in the Python programming > language ( http://www.zope.org/WhatIsZope ). > > Note: zope "web application server" uses ZODB > ( http://docs.zope.org/zodb/ ) as data base. > And plone (http://plone.org ) a CMS system are based on zope.
They are connected, yes. zope.interface is maintained by Zope people, but it's only a small subset of their code: 1. Twisted depends on zope.interface 2. Zope depends on zope.interface But 3. Twisted does *not* depend on Zope, ZODB, Plone, etc.. You can pretend it's just called "interface" if that helps :) _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python