Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
>>>>> Yes @,Jeff Williams , I did but it still prompts the same: >>>>> >>>>> C:\Users\ansh>pip install mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl >>>>> Requirement 'mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl' looks like a >

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
Williams , I did but it still prompts the same: >>>> >>>> C:\Users\ansh>pip install mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl >>>> Requirement 'mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl' looks like a >>>> filename, >>>>

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
d64.whl' looks like a >>> filename, >>> but the file does not exist >>> mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl is not a supported wheel on >>> this pla >>> tform. >>> >>> -- Forwarded message - >>> Fro

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
a >> filename, >> but the file does not exist >> mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl is not a supported wheel on >> this pla >> tform. >> >> -- Forwarded message - >> From: Jeff Williams >> Date: Sun, Nov 11, 2018 at 11:43

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
Jeff Williams > Date: Sun, Nov 11, 2018 at 11:43 PM > Subject: Re: How to connect mysql with django > To: > > > Did you download the .whl file first? > > On Sun, Nov 11, 2018 at 11:57 AM Ansh Srivastava < > ansh.srivastav...@gmail.com> wrote: > >> Thank y

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
.whl is not a supported wheel on this pla tform. -- Forwarded message - From: Jeff Williams Date: Sun, Nov 11, 2018 at 11:43 PM Subject: Re: How to connect mysql with django To: Did you download the .whl file first? On Sun, Nov 11, 2018 at 11:57 AM Ansh Srivastava < ansh.srivas

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
Did you download the .whl file first? On Sun, Nov 11, 2018 at 11:57 AM Ansh Srivastava < ansh.srivastav...@gmail.com> wrote: > Thank you @pujiarahman. I have tried out the above command but it > didn't work!It says::C:\Users\ansh\Desktop\Dje\p1\marvellous> pip install > mysqlclient-1.3.13-cp37-cp

Re: How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
Thank you @pujiarahman. I have tried out the above command but it didn't work!It says::C:\Users\ansh\Desktop\Dje\p1\marvellous> pip install mysqlclient-1.3.13-cp37-cp37m-win_amd64.whlRequirement 'mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl' looks like a filename, but the file does not existmysqlcli

Re: How to connect mysql with django

2018-11-11 Thread pujiarahman
Hi, Go to this site https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient i use this for my python 3.7 and windows x64 : mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl try : pip install mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl regards Pada Minggu, 11 November 2018 18.57.11 UTC+7, ansh.sri

How to connect mysql with django

2018-11-11 Thread Ansh Srivastava
I m tryin' to connect mysql database with django, for that, I did this:- python manage.py runserver but, this new mess came around sayin' :- (django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?). But when I m tryin' to install mysqlclient