On 3/27/06, Mike Kent <[EMAIL PROTECTED]> wrote: > > I just updated from svn and tried it again. No change. Still getting > the same traceback that I gave above. This has really got me unable to > proceed on that aspect of my project.
If you're getting *literally* the same traceback that you had in your original message, then you're running out of date code. "/usr/lib/python2.4/site-packages/TurboGears-0.9a1dev_r896-py2.4.egg/turbogears/identity/soprovider.py", line 292, in _set_password hash = identity.current_provider.encrypt_password(cleartext_password) Fromthis traceback snippet above, you appear to be running from an installed egg, not from a "setup.py develop". And that egg is r896 (I committed r1023 this morning). And line 292 of soprovider is not what's listed above... So, maybe you just need to run python setup.py develop. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
