[Answered ]-RuntimeError: maximum recursion depth exceeded after upgrading

2👍

Check what version of python you are running. I just had a similar problem running python 2.7.3 with Django. After updating to python 2.7.5 it ran successfully.

Leave a comment