Django: python manage.py runserver gives RuntimeError: maximum recursion depth exceeded in cmp

前端 未结 4 1863
长情又很酷
长情又很酷 2020-11-30 10:24

I am trying to learn Django form the 1st tutorial on the Django project website. I might be missing something obvious but, after following all the instructions when I come

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 10:37

    I had this problem here, today.

    We were using django1.5.1 and python2.7.2 too.

    At first we were installed django1.4 and it worked, but the project has django1.5 features, so it's not a total solution.

    To solve this we installed python2.7.5 and it worked fine!

提交回复
热议问题