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. More notes on http://wbsp.arb.ltu.se/3DNetwork/ BG Sven-Erik Tiberg -----Original Message----- From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of Itamar Turner-Trauring Sent: den 8 mars 2010 13:47 To: Twisted general discussion Subject: Re: [Twisted-Python] zope.interface? 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 _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python