did you try using pip to install? > pip install django
On Sun, May 22, 2016 at 6:34 PM, Shivam Taneja <[email protected]> wrote: > django 1.9.2 is not installed in my window 7 in python 2.7 its indicating > the error > > C:\Python27>python setup.py install > Traceback (most recent call last): > File "setup.py", line 32, in <module> > version = __import__('django').get_version() > ImportError: No module named django > > > > this type of error is showing in my command so please help me to resolve > this issue > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/7056f2fe-36d4-48a8-be5e-32131c8261ab%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/7056f2fe-36d4-48a8-be5e-32131c8261ab%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tL08itvjtA7gSWX1kFcM6J82noFBYt9v7oYYb9-%3D-egew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

