For anyone else who might be having the same problem, my quick fix was to change line 79 in tw2.core.validator.py to "validator.validate_python(value, state)".
On Monday, January 7, 2013 12:00:58 PM UTC-6, Stuart Zurcher wrote: > > I have two different quickstart projects with auth and ming enabled. Both > of them fail with an error like "_validate_noop() takes exactly 3 > arguments (2 given)." when trying to edit a user. ie. changing "Example > manager" to 'manager'. > > I have no problems querying and changing the User db with modules written > in the rootcontroller. > > Anyone else running into the same problem? > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/xxpp6EvMH3YJ. 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/turbogears?hl=en.

