23 Dec
2002
23 Dec
'02
11:09 p.m.
Ed Leafe schrieb:
OK, I've followed the directions, and installed PIL. The installation went without incident, but when I try to view a Photo/PhotoFolder, I get the error message"
Error Type: NameError Error Value: global name 'PIL' is not defined
I've read what I can on the web and in the docs, and it seems that the Python version running Zope can't access PIL. What's the trick to get PIL available to Zope's Python?
Just two quite obvious questions: - Did you install PIL in the Python version your Zope uses? - Can you import PIL from the console of that version? If not, check why and/or post the errors here... Martin