Django RuntimeError: maximum recursion depth exceeded

后端 未结 3 1348
名媛妹妹
名媛妹妹 2020-12-19 22:20

I\'m new to Django. I installed Django using easy_install (on a Mac) and PyDev Django plugin for eclipse. I followed standard procedures to create a new PyDev Django project

3条回答
  •  悲哀的现实
    2020-12-19 22:49

    I've run into this a couple times while using pyenv virtualenvs with python 2.7.1. I didn't want to edit core files so I upgraded to 2.7.5 and it worked flawlessly. Hopefully this is an option for some of you.

提交回复
热议问题