I thought I had a handle on the cause of this problem. I had incorrectly uncommented these three lines in my app.cfg:
#identity.soprovider.model.user="blog.model.User" #identity.soprovider.model.group="blog.model.Group" #identity.soprovider.model.permission="blog.model.Permission" Which would, for example, cause Identity to try to use a 'User' class instead of the 'TG_User' class that had actually been created by 'tg-admin sql create'. However, fixing this problem in my config file has had no bearing on the problem I gave above. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
