On Fri, Dec 17, 2010 at 11:14 AM, Mike Orr <[email protected]> wrote: > Forwarding to James Gardner. I don't know how many others have > expertise with FormBuild. > > I assume it's trying to call the '.replace' string method, but the > object is the wrong type (function). Make sure you're calling the form > method with the right arguments. Otherwise it could be a bug in > FormBuild.
This can also sometimes happen when a local variable has the same name as a Python builtin... sometimes the builtin is passed instead of the expected variable. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
