Well, I'm not sure what is wrong. I quickstarted a fresh project with identity, pasted your controller.py in, and was able to get it basically working with only a few tweaks. Urls I tested were /index, /users/index and /users/add. flash worked as expected.
The only problem I saw was there was an inconsistent use of tabs and spaces in the file, although it didn't raise a syntax error. Still, try running `python -tt controller.py` and fixing any errors it notes. Here is my slightly modified controller.py http://paste.turbogears.org/paste/878 And the users.kid template http://paste.turbogears.org/paste/879 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

