[PEAK] Interfaces
Kevin Dangoor
dangoor at gmail.com
Wed Jun 28 06:53:21 EDT 2006
I can't address your main question, but I can address a couple of sub-
points:
On Jun 27, 2006, at 11:53 PM, Terry Hancock wrote:
> I learned interface/component/adapter methods originally while
> working with Zope and Zope3, and found them to be extremely
> useful. However, they are kind of a pain to install separately from
> Zope.
They shouldn't be...
easy_install -f http://download.zope.org/distribution/ zope.interface
should do the trick
> So, I'm starting to wonder if we're making a mistake by using
> PyProtocols' interfaces. And if we are, then what *should* we be
> using? Is there something out there that is a full superset of
> both PyProtocols and Zope interfaces? Should I be looking at
> Twisted (never touched that as yet)? Is there something else
> entirely I should be looking at?
IIRC, Twisted currently uses zope.interface.
Kevin
More information about the PEAK
mailing list