[Zope] finding zope python libraries.

Dieter Maurer dieter@handshake.de
Mon, 23 Apr 2001 21:56:58 +0200 (CEST)


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