[Zope] Python external method

Oleg Broytmann Oleg Broytmann <phd@phd.fep.ru>
Tue, 22 May 2001 12:11:59 +0400 (MSD)


On Mon, 21 May 2001, Laurie Nason wrote:
> 	im2=im.thumbnail((size,size))
>
> <dtml-var expr="thumbnail(_['id'],128)">   Error---"not enough arguments;
> expected 2, got 1 "

   Shot in the dark: You pass one parameter to im.thumbnail. May be it
expects two.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.