[Zope] zope runtime error after upgrade to 2.6.2

Sean Kelley sean at horse101.com
Mon Oct 27 21:46:58 EST 2003


I get this error when calling a method that worked in Zope version 2.4:
RuntimeError
"external method could not be called because it is None"

Here is the code of the method:

for image in context.objectValues('Image'):
    if not image.hasProperty('original_id'):
        context.makeThumbnail(image.getId())

Any ideas?




More information about the Zope mailing list