In <ac20c08e-6957-4836-9319-e668a8da8112 at q30g2000vbs.googlegroups.com> RVince <rvince99 at gmail.com> writes: > def cmseditorlinemethod(self, ssn): > c.details = > Session.query(MSPResponse).filter(MSPResponse.beneficiaryssn == > ssn).all() > content = render('/cmseditorline.mako') > return content Is cmseditorlinemethod() a member of a class? The presence of the "self" parameter suggests that it is, but your code omits this detail. -- John Gordon A is for Amy, who fell down the stairs gordon at panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies"