Getting the real path of a zope product
Fri, Aug 4, 2006,
100 Words
To get the path of a zope product, one can use the following snippet:
from Globals import package_home
product_path = package_home(product_globals)
Previous: Locked yourself out of zope?