[Twisted-Python] zope.interface?

Sven-Erik Tiberg Sven-Erik.Tiberg at ltu.se
Mon Mar 8 10:43:12 EST 2010


It's even more "challanging" ZOPE vers. uses a modified zope.interface lib.
Not a great idea to run both plone and python.twisted... On the same windows mashine, thoung it could eb a challange but better save time to the main project goal.

BG
Sven-Erik 

-----Original Message-----
From: twisted-python-bounces at twistedmatrix.com [mailto:twisted-python-bounces at twistedmatrix.com] On Behalf Of Itamar Turner-Trauring
Sent: den 8 mars 2010 15:48
To: Twisted general discussion
Subject: Re: [Twisted-Python] zope.interface?

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 at twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python



More information about the Twisted-Python mailing list