22 Dec
2005
22 Dec
'05
2:20 p.m.
--On 22. Dezember 2005 09:09:02 -0500 Chris McDonough <chrism@plope.com> wrote:
The question is this: do you think there should be an explicit "install" step for egg packages/Products or do you think it should be possible to just put eggs on your PYTHONPATH (and perhaps adjust a config file with "requirements")?
I think the installation should be explicit. In Zope 3 you have to configure package/products through ZCML, in CMF/Plone you need to use the quickinstaller tool....so as Guido tought us: explicit is better than implicit :-) -aj