Florent Aide wrote: > On 7/2/07, Simon van der Linden <[EMAIL PROTECTED]> wrote: >> Hi Florent, >> >> Thanks for your files; I managed to get an egg for that provider, but >> that doesn't solve my problem. > > Yeah I know :) > >> In my app.cfg, I still have to put >> >> identity.provider='prprint' >> >> and >> >> prprint = prprintidentity.prprintprovider:PRPrintIdentityProvider >> >> in my EGG-INFO/entry_points.txt (turbogears package). >> Is it possible to indicate in identity.provider a provider that is >> outside of TG (my egg in this case)? >> > > This is the purpose of the zip file I sent you. It is your provider > completely taken out of the core of your program (or nearly since you > still have the model inside your own) > > And yes I am testing your provider (with a really dummy model) > completely outside my test tg application. > > I just put the produced egg in the python path and then declare > > identity.provider='prprint' > > in my app.cfg.
Indeed. I changed some things, and it works :-) Thanks a lot, it's easier like that! >> And, I still have the error with the toolbox :-/ > > But the toolbox is still not wanting to start correctly because of > some configuration loading that thinks it should load a so called > default provider (which appears to be so in my case) when starting the > toolbox... > > Is it possible for you to send me your model so I have a complete > custom provider and can play a bit with it to fix the toolbox...? Yes, I'll, but in a private email. -- 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 -~----------~----~----~----~------~----~------~--~---

