On 5/3/06, Rune Hansen <[EMAIL PROTECTED]> wrote: > Page handler: <bound method Root.login of > File > "/home/webdeveloper/Sites/scanmineadmin/scanmineadmin/controllers/root.py", > line 25, in login > raise redirect(forward_url) > File > "/home/webdeveloper/lib/python2.4/site-packages/TurboGears-0.9a5-py2.4.egg/turbogears/controllers.py", > line 402, in redirect > raise cherrypy.HTTPRedirect( > File > "/home/webdeveloper/lib/python2.4/site-packages/TurboGears-0.9a5-py2.4.egg/turbogears/controllers.py", > line 356, in url > tgpath = "/".join(list(tgpath)) > TypeError: iteration over non-sequence > > The traceback does not seem identity related at all. I hope someone can make > sense of it :)
It's unclear to me why adding a column would do this, but I'd put a logging statement in your login method to see what forward_url is. My guess is that it's None... Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

