[EMAIL PROTECTED] schrieb: > If I try to spell out the name of the variables rather than using a > cathall **keywords then I get this... > > TypeError: update_user_info() takes at least 6 non-keyword arguments > (1 given)
Looks like you are using positional instead of keyword parameters. -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

