[Zope3-Users] Using Zope3 components outside Zope

Chris Withers chris at simplistix.co.uk
Tue May 15 09:18:06 EDT 2007


Andrew Groom wrote:
> I need to reuse a Zope3 component outside Zope for doing some non-web 
> based regular processing, e.g., bulk emailing, and the component makes 
> use of adapters specified in the configure.zcml for the component. How 
> do I make these adapters available to my non-Zope process ? I've already 
> created non-Zope processes that don't use any .zcml-driven 
> functionality, btw.

Not really sure what you're asking.

You'll neeed zope.component available in the python environment you're 
using, and you can find examples in Philipp's book of how to register 
adapters without zcml.

Are these any other problems you're having with this?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope3-users mailing list