3 Dec
1999
3 Dec
'99
8:53 a.m.
-----Original Message----- From: dee124@rsphy1.anu.edu.au [mailto:dee124@rsphy1.anu.edu.au]On Behalf Of Darran Edmundson Sent: Friday, December 03, 1999 8:33 AM To: zope@zope.org Subject: [Zope] Adding PIL to Zope's Python?
When adding the PIL image library (or any other python module, for that matter) to Zope's Python, does one simply install in ZOPEROOT/Extensions? (I.e., the same directory as my external methods?)
No. A good place is in the <zoperoot>/lib/python/Shared directory (be sure it is a package. Some people have suggested other approaches for installing PIL, that did not work for me. This did (do not forget to turn it into a package) Rik