[Interface-dev] Chain adaption?

Alexander J Smith alex at zope.com
Fri Jul 11 15:23:01 EDT 2008


`zope.interface` provides what you'll need to define interfaces, but  
to use component lookups, such as adaptation, you will need  
`zope.component`.  You may also want to try using `zc.buildout`, which  
is a build tool you can use to make building and dependency management  
easier.  Also, when you build `zope.component` successfully, you will  
get a test runner which you can run to see if `zope.component` will  
work with Python 2.5 or whatever else you may want to use.

All of these packages can be found on http://python.org/pypi along  
with documentation :)

-Alex

Alexander J Smith
Software Engineer
Zope Corporation

On Jul 11, 2008, at 2:54 PM, Nitro wrote:

> Hello Alexander,
>
> first thanks for your help and time.
>
> I am using the zope.interface package in a standalone way, without  
> zope. As far as I can tell from the zope.components page the latest  
> release of it is 3.4.0 and there's no hint whether it works on  
> Python 2.5 and no egg is provided for 2.5.
> So I wonder if it's possible to do what you suggest only with  
> zope.interface. Or if this is not possible and I do need  
> zope.components whether there will be a release in the foreseeable  
> future.
>
>> And to your third question, I think you're off to a solid start and  
>> asking some good questions.
>
> Thanks :-)
>
> -Matthias



More information about the Interface-dev mailing list