vincent wehren wrote:
> |        c = db.cursor()
> |        c.execute(SQL, **args)
> 
> 
> Shouldn't that be c.execute(SQL, args) (no **-unpacking of the
> dictionary)?

Actually I tried that too, I still get the same error.

-- 
damjan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to