Hello, I use TG 1.0.2.2 with SQLAlchemy. I wrote a custom identity provider, (see http://pastebin.com/936622), and put it in turbogears/identity/ as a module; I also modified the section [turbogears.identity.provider] in EGG-INFO/entry_points.txt and added the following line:
prprint = turbogears.identity.prprintprovider:PRPrintIdentityProvider So, my application works very well with that provider, but the toolbox seems broken. When it starts, it crashes (see http://pastebin.com/936630). I see that my provider module don't have access to my project config. Why? I don't understand... I googled a bit, but didn't find any answer. Has anyone an idea about a solution for that problem? -- Simon van der Linden --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

