[Zope] ZSQL method from python script

Kerekes Lajos lkerekes@xperts.hu
Tue, 31 Jul 2001 15:50:45 +0200


Jens Vagelpohl wrote:

> try passing the id argument more explicitly, like...
>
> for result in context.updateState(id=id):
>    ...
>
> (assuming id is defined in your python script)
>
> IMHO, for one's own sanity, it's always better to pass explicit named
> arguments to a method.
>
> jens
>

Thanks all for help.  It has already worked.

    Lajos