Hi, 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 regards, S.Sudhakar __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com
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
participants (2)
-
Dieter Maurer -
S.Sudhakar