Skip to content Skip to sidebar Skip to footer

Official Django Tutorial Part1: Runtimeerror: Maximum Recursion Depth Exceeded In Cmp

as per django tutorial, I created the project and executed manage.py runserver as said in tutorial annd i got an error 'RuntimeError: maximum recursion depth exceeded in cmp' Is

Solution 1:

I know this is an old question, but I just ran into this same error. Updating Python to v 2.7.5 worked for me.

I got the error when I switched accounts but tried to spin up the same Django project and I had only updated my Python version on the first account.

Post a Comment for "Official Django Tutorial Part1: Runtimeerror: Maximum Recursion Depth Exceeded In Cmp"