[Zope-dev] Python Script

Cyril Elkaim cyril.elkaim@free.fr
Fri, 23 Feb 2001 16:18:07 +0100 (CET)


Steve Alexander wrote:
>   for name,object in container.objectItems():
>     if string.strip(name) == image:
>       image_width = int(object.getProperty("width"))
>       image_height = int(object.getProperty("height"))

Thanks again :-), I passed too much time with Javascript and not enough
with Python, but that will changed soon :-)

Cyril