4 Jun
2006
4 Jun
'06
7:19 p.m.
Hi, Does anyone know of a way to use the PIL imaging library within a Zope instance. If i do from PIL import Image I get Module AccessControl.ZopeGuards, line 284, in guarded_import ImportError: import of "Image" from "PIL" is unauthorized. You are not allowed to access 'Image' in this context Anyway to change this restriction? Is it advisable to change it? PIL works fine when using it via an external method, but this is a bit cumbersome for what I need to do. Advice appreciated. Jamie