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