[Zope] Problem with parameter submission to Python Scripts

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Fri, 11 Jan 2002 05:35:29 +0300


On Thu, Jan 10, 2002 at 11:30:04PM +0100, Markus Gapp wrote:
> outputdir=context.REQUEST['outputdir']
> context[outputdir]makeThumbnail (image.getId())

   Don't forget a dot:
context[outputdir].makeThumbnail (image.getId())
                  ^

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