21 Mar
2005
21 Mar
'05
6:23 p.m.
leticia larrosa wrote at 2005-3-20 12:44 -0800:
How can access to the value of the "ZOPE_HOME" that Control_Panel shows in the Zope Management Interface?.
"App.FindHomes" puts it in "__builtin__". This means that it is available as a built in in trusted code. You can access it simply via "ZOPE_HOME"... -- Dieter