[Zope3-dev] Re: Dependencie-handling

Shane Hathaway shane@zope.com
Tue, 01 Jul 2003 11:28:57 -0400


Marcus J. Ertl wrote:
> Of course, if one is missing, an errormessage should be given. But I
> think there should be a common way for 
> 
> - checking for such depencies
> - a commone way to tell the user/admin of them.

This shouldn't necessarily be the product's responsibility.  Ideally, it 
should be handled by whatever layer installed the product.

Practically, however, until such a dependency resolution layer is 
available, products might as well look for specific modules and issue a 
descriptive error if they aren't installed.

Shane