Hello, when creating a Zope 2 buildout, the scripts within the bin folder adds to the sys.path all paths to all eggs.
That's fine, but if I run zope as a service (eg for example a NT service) , I might loose in some cases these paths. Since this recipe builds zope.conf and can catch up with the list of eggs folders to pass into sys.path I would like to suggest adding a `path` directive for each egg when zope.conf is built. I can code this in a branch and submit it when it's ready. If it's a bad idea, I would like to know how you guys do run a buildout zope as a NT service for example, to get the path correctly set. Thx -- View this message in context: http://www.nabble.com/plone.recipe.zope2instance-and-zope.conf-paths-tf4776596s20094.html#a13663721 Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
