Check this out

Python recrusion limit

September 10, 2009 Linux Software

When visiting reddit.com liked the idea and I tried to install the same application code itself to the server. The raising of this application I ran into a few problems. One problem was the RuntimeError: maximum recursion depth exceeded in cmp.

To’d increased this limit I tried the following:

root@test [/home/reddit/www/reddit/r2]# python

>>> import sys

>>> sys.setrecursionlimit(1500)

and that is what solved my problem… interesting…

Tags:

Comments (1)

 

  1. linke.rs says:

    Python recrusion limit | skyrider.biz…

    Python recrusion limit…

Leave a Reply