Re: ImportError while starting django server

2017-02-02 Thread Tim Graham
It seems like your Python install might be broken. Does this import work in a Python shell: >>> from logging.config import dictConfig On Thursday, February 2, 2017 at 7:12:38 AM UTC-5, Parth Shah wrote: > > *Folks,* > > *I was following the tutorial here >

Re: ImportError while starting django server

2017-02-02 Thread Antonis Christofides
Hi, the --version option of the "python" command shows you the version of Python, not of Django. The -m option doesn't merely import the module you specify, it imports it and executes it, and Django isn't designed to do this. So the way to check its version the one you showed first. If you want to

ImportError while starting django server

2017-02-02 Thread Parth Shah
*Folks,* *I was following the tutorial here and was successfully able to install django.* *I am using python 2.7.13 on OS X.* *I can verify the version number as below:* *Macitosh:project user$ python* *Python 2.7.12 (v2.7.12:d33e0c