Re: django 1.8 or 1.9.2 is not installed in my window 7

2016-05-23 Thread Paulo Afonso
Can you specify what you did! What do you install, and How? You can clone github, and install since there... You can use easy_install, pip, and so one. First what is your platform? Which version. That is basic you get help from others, we can advice but need your help too. domingo, 22 de Mai

Re: django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Mandeep Tondak
you can try pip install django==1.9.2 thanks Mandeep Kumar On Sun, May 22, 2016 at 10:20 PM, Avraham Serour wrote: > did you try using pip to install? > > pip install django > > > On Sun, May 22, 2016 at 6:34 PM, Shivam Taneja > wrote: > >> django 1.9.2 is not installed in my window 7 in pyth

Re: django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Avraham Serour
did you try using pip to install? > pip install django On Sun, May 22, 2016 at 6:34 PM, Shivam Taneja 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",

django 1.8 or 1.9.2 is not installed in my window 7

2016-05-22 Thread Shivam Taneja
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 version = __import__('django').get_version() ImportError: No module named django this type of error is