I am getting the following: Error - <type 'exceptions.TypeError'>: cmseditorlinemethod() takes exactly 2 arguments (1 given)
When I make the following call: http://localhost/eligibility/cmseditorlinemethod/474724434 Which invokes: def cmseditorlinemethod(self, ssn): c.details = Session.query(MSPResponse).filter(MSPResponse.beneficiaryssn == ssn).all() content = render('/cmseditorline.mako') return content Can anyone tell me what the mismatch is in the number of my parameters based on this? Thanks, RVince -- http://mail.python.org/mailman/listinfo/python-list