[Zope] error calling Zope.app()

Dieter Maurer dieter@handshake.de
Thu, 24 Apr 2003 21:45:41 +0200


mathew wrote at 2003-4-23 16:35 -0700:
 > I set a breakpoint before the line
 > from Products.PythonScripts.PythonScript import PythonScript
 > 
 > then
 > (pdb) import Products
 > (pdb) print Products.__path__
 > []

There is code in "App/FindHomes.py" that can do this when
some environment variables are set (unfortunately).


Dieter