[Zope] Re: Zope 2.6 external PRODUCTS_PATH don't work
Evan Simpson
evan@4-am.com
Thu, 24 Oct 2002 09:32:49 -0500
Projekt01, Roger Ineichen wrote:
> With Zope 2.6 I use a external PRODUCTS_PATH folder.
> example:
> PRODUCTS_PATH=c:\projects\zopeProducts;c:\webapps\zope260\lib\python\Products;
>
> This example works in Zope 2.5.1 whats changed in 2.6
Nothing has changed that I know of, but you would be better off in any
case writing this as:
PRODUCTS_PATH=c:\projects\zopeProducts;%(PRODUCTS_PATH)s
This way, Products in your INSTANCE_HOME will also be included.
Cheers,
Evan @ 4-am