[Zope-CMF] __call__() takes at most 5 arguments

Kevin Carlson khcarlso@bellsouth.net
Wed, 8 May 2002 12:47:52 -0400


I am calling a ZSQL method from a python script using "context.add(param1,
etc...)" where add is the name of the ZSQL method.  It is being called but
the error message I am getting states that "__call__() takes at most 5
arguments (6 given)".

Anyone have an idea why this is so?

Kevin