RE: Error in django 1.8.7 version with python 2.7.12

2017-11-10 Thread Matthew Pava
It looks like you’re running it in Python 3, not Python 2.7.12. I would start looking there. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Ankush Chauhan Sent: Friday, November 10, 2017 4:35 AM To: Django users Subject: Error in django 1.8.7 version

Error in django 1.8.7 version with python 2.7.12

2017-11-10 Thread Ankush Chauhan
I am getting the following trackback error message when I run command(python manage.py runserver) on ubuntu OS: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python3/dist-packages/django/core/management/__init__.py",