I am trying to use PIL(Python Imaging Library) to draw some images. When I run the code from within Zope I get this error: Error Type: AttributeError Error Value: 'ImageFile' module has no attribute '_save' When run from normal Python it creates the image just fine. Cheers, Jeroen