Configuring Django

前端 未结 2 1748
盖世英雄少女心
盖世英雄少女心 2021-02-14 09:33

I just installed Django 1.6 on OS X 10.8 with python 2.7 and am having trouble going through the tutorial. After setting creating a server called mysite by running:



        
2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-14 09:52

    Ok so I finally found the answer. Apparently the error was a result of Python 2.7.2. Once I upgraded to 2.7.6, the problem went away.

    Here is a similar thread where I found the answer:

    maximum recursion depth exceeded in cmp error while executing python manage.py runserver

    Don't know why this solution didn't show up in my searches when I was creating this thread...

提交回复
热议问题