What i can guess is AnyAsDict() constructor does not need any argument but you are passing one. self will be defaultĀ argument it will have. You context code can help to get exact answer.
With Regards Vijay --- On Wed, 13/10/10, mukkera harsha <[email protected]> wrote: From: mukkera harsha <[email protected]> Subject: Re: [BangPypers] Python coaching classes To: "Bangalore Python Users Group - India" <[email protected]> Date: Wednesday, 13 October, 2010, 6:13 PM Traceback (most recent call last): File "workflowexecutionservice.py", line 24, in class Subworkflow(ClassSerializer): File "workflowexecutionservice.py", line 26, in Subworkflow files = AnyAsDict(String) TypeError: *new*() takes exactly 1 argument (2 given) I am getting the following error. Please help me. On Wed, Oct 13, 2010 at 2:05 AM, Kenneth Gonsalves <[email protected]>wrote: > On Wed, 2010-10-13 at 11:32 +0530, jayasimha makineni wrote: > > on "there will be soon" > > it is a secret - all will be revealed at an appropriate time. > -- > regards > Kenneth Gonsalves > > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- Harshavardhan Reddy Mukkera. _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
