On Sunday 15 February 2009 21:28:08 matatk wrote:
> First of all: thanks! This is the first web framework I've come
> across that I can wrap my head 'round :-) -- well, almost... This
> code:
>
> userqvs = dict(u=uid)
> . . .
> update = db.update('users', userqvs, where='id = $u', tasks=tc)
>
> causes this error:
>
> TypeError: update() got multiple values for keyword argument
> 'where'
see the signature of that update method, probably 'where' is first or
second arg which u provide already
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---