Hi. I'm reconfiguring my dev setup for the freshly merged new installer. My zope instances refuse to load the products from the Products directory but don't complain. Here my configured Pathes: SOFTWARE_HOME /home/zagy/zope/servers/Zope-HEAD/lib/python ZOPE_HOME /home/zagy/zope/servers/Zope-HEAD INSTANCE_HOME /home/ctheune/tmp/instance-template CLIENT_HOME /home/ctheune/tmp/instance-template/var Products are sitting in /home/ctheune/tmp/instance-template/Products Thanks for a tip. Christian -- Christian Theune, gocept gmbh & co.kg phone: +49-3641-233526 mobile: +49-179-7808366 mail: ct@gocept.com
Christian Theune writes:
I'm reconfiguring my dev setup for the freshly merged new installer. My zope instances refuse to load the products from the Products directory but don't complain. Here my configured Pathes:
I think I see the problem; will see what I can do about this one. Thanks! -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
Christian Theune writes:
I'm reconfiguring my dev setup for the freshly merged new installer. My zope instances refuse to load the products from the Products directory but don't complain. Here my configured Pathes:
Fred L. Drake, Jr. writes:
I think I see the problem; will see what I can do about this one.
I've committed a fix for this, but it does differ slightly from the Zope 2.6 approach. I think the new way matches the rest of the new configuration philosophy much more effectively. Instead of simply checking for INSTANCE_HOME/Products, the directories used to define the Products package are listed in the configuration file (the standard Products are included regardless). The INSTANCE_HOME/Products directory is included in the default configuration file; it can actually be removed if desired. The configuration file can completely control the order in which the directories are searched. Please let me know if you have any difficulties with this approach. -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
participants (2)
-
Christian Theune -
Fred L. Drake, Jr.