Alberto Valverde <[EMAIL PROTECTED]> writes:

> Can you please send me a sample app that reproduces the error? I't'll  
> really save me lot's of time in figuring this out and time is  
> something very scarce on my pocket right now :(

I am getting a different error in this "reproduction".  I am trying to find
out what is hapenning but it looks like something unrelated to my code (and
related to login):

================================================================================
Traceback (most recent call last):
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.0-py2.4.egg/cherrypy/_cphttptools.py",
 line 106, in _run
    self.main()
  File 
"/usr/lib/python2.4/site-packages/CherryPy-2.2.0-py2.4.egg/cherrypy/_cphttptools.py",
 line 255, in main
    body = page_handler(*virtual_path, **self.params)
  File "<string>", line 3, in login
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 202, in expose
    output = expose._expose(func, accept, allow_json, allow_json_from_config, 
*args, **kw)
  File "<string>", line 5, in _expose
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 226, in <lambda>
    expose._expose.when(rule)(lambda _func, accept, allow_json, 
allow_json_from_config,*args,**kw: _execute_func(
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 249, in _execute_func
    output = errorhandling.try_call(func, *args, **kw)
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/errorhandling.py",
 line 71, in try_call
    output = func(self, *args, **kw)
  File 
"/home/godoy/empresa/clientes/g2ctech/marketwatch/trunk/MarketWatch/tmp/Validation-Problem/validationproblem/controllers.py",
 line 21, in login
    raise redirect(forward_url)
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 365, in redirect
    raise cherrypy.HTTPRedirect(
  File 
"/home/godoy/desenvolvimento/python/TurboGears/trunk/turbogears/controllers.py",
 line 319, in url
    tgpath = "/".join(list(tgpath))
TypeError: iteration over non-sequence
================================================================================


Be seeing you,
-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to