[Zope] about PIL

Dieter Maurer dieter@handshake.de
Fri, 28 Dec 2001 22:07:48 +0100


S.Sudhakar writes:
 > i am using zope 2.3.3 binary release in my linux
 > machine which has python2.1.1 and PIL but python1.5.2
 > is not installed . zope2.3.3 uses built-in python1.5.2
 > which comes with zope. i want to install PIL libraries
 > in it. pls help me to fix this problem
Several possibilities (all already discussed: --> mailing list archives ;-) )

  *  install PIL in "<zopedir>/lib/python"

  *  set "PYTHONPATH" such that it contains the directory containing
     the PIL package

  *  make a symbolic link (Unix) to the PIL package in
     "<zopedir>/lib/python"


Dieter