24 Oct
2002
24 Oct
'02
2:32 p.m.
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