Loic schrieb: > Hi all ! > > I have just started a new project and i have a "bug" i can reproduce > by doing something like this : > > tg-admin quickstart mytest && cd mytest && ./start-mytest.py > > File "/usr/lib/python2.5/site-packages/TurboGears-1.0.6-py2.5.egg/ > turbogears/identity/soprovider.py", line 165, in _get_login_url > return identity.get_failure_url() > AttributeError: 'module' object has no attribute 'get_failure_url'
It's a bug introduced by http://trac.turbogears.org/changeset/5187. It only added the 'identity.get_failure_url' to the 1.1 and 1.5 branches but still updated so/saprovider.py to use it even in the 1.0 branch. I'll commit a fix in a few minutes. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

