23 Apr
2001
23 Apr
'01
7:56 p.m.
ghaley@mail.venaca.com writes:
the returned value does not display the zope/lib/python/ directory -- so after reading a lot of python documentation, cruising the zope.org search facility, i can define the pythonpath in my shell, but this is good only for my console, how do i make these zope python libraries available to zope? I do this in the Zope start script:
PYTHONPATH=....whatever-you-like.... export PYTHONPATH .... python z2.py .... Dieter