[Zope3-Users] Re: Products
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Oct 27 08:40:00 EDT 2005
On Thursday 27 October 2005 08:34, tinguely at artification.com wrote:
> > How to add self made products in ZOPE 3?
First I'll note that the Zope 2 products do not work in Zope 3. Secondly, they
are not called products anymore; they are just Python packages.
Now, you can add any Python package you want anywhere you like, as long as it
is in the Python path. In order to hook up the ZCML to the startup process,
please look at packages like zope.app.preference to see how they implemented
it; the files you are interested in are SETUP.cfg and
preference-configure.zcml.
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-users
mailing list