[Twisted-Python] zope.interface?

Itamar Turner-Trauring itamar at itamarst.org
Mon Mar 8 07:47:04 EST 2010


On Mon, 2010-03-08 at 12:55 +0100, Sven-Erik Tiberg wrote:
> Hi
>  
> Setting up ejabberd server and python.twisted clients for
> interactive3D.
> In for example the lib...twisted.words.protocols.jabber\component.py
> there are a call to zope.interface.
>  
> Doesnt seems to be a call to the zope db-server that powers Plone
> servers, is that correct?
> PS. having plone/zope servers running at the same server that can be
> running xmpp___.py clients.

zope.interface is a very small library; the fact it has "zope" in the
name doesn't mean it uses the full capabilities of a Zope server. You
are correct, it does not use the Zope database.

You can download it separately here:
http://pypi.python.org/pypi/zope.interface#download





More information about the Twisted-Python mailing list