On Apr 7, 2010, at 9:55 AM, JC11 wrote:

> I am getting the dreaded error:
>      RuntimeError: maximum recursion depth exceeded
> 
> I am using web2py vsn. 1.76.5, jython version 2.5.1 on Windows XP.
> 
> I have altered the web2py 'welcome' application defaault controller
> to: return 'Hello World' rather than return dict(message=T('Hello
> World')).
> This solved the recursion problem, but only if one does not use web2py
> views :(
> 
> I tried adding the following to the default controller, but it did not
> help.
>     import sys
>     sys.setrecursionlimit(2500)
> 
> Any suggestions ?

Try replacing gluon/template.py with this version: 
http://web.me.com/jlundell/filechute/template.zip

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to