Re: Does anyone have good results connecting Django to Mysql on localhost and windows 7?, me not.

2016-01-26 Thread Fred Stluka
Carlos, Any advantage of pymysql over MySQLdb (MySQL-python)? - http://sourceforge.net/projects/mysql-python/ --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristl

Re: Does anyone have good results connecting Django to Mysql on localhost and windows 7?, me not.

2016-01-26 Thread Avraham Serour
Are you using localhost or 127.0.0.1? In my experience 127.0.0.1 is faster and less buggy on windows On Tue, Jan 26, 2016, 4:30 AM Carlos Andre wrote: > install setuptools. > install pymysql > > and the your python version! > > 2016-01-25 14:17 GMT-02:00 Gonzalo V : > >> Wich module did you use?

Re: Does anyone have good results connecting Django to Mysql on localhost and windows 7?, me not.

2016-01-25 Thread Carlos Andre
install setuptools. install pymysql and the your python version! 2016-01-25 14:17 GMT-02:00 Gonzalo V : > Wich module did you use? > please help > thanks!! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group

Does anyone have good results connecting Django to Mysql on localhost and windows 7?, me not.

2016-01-25 Thread Gonzalo V
Wich module did you use? please help thanks!! -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, s

Re: connecting Django to MySQL

2015-02-12 Thread Gustavo Andres Angulo
On Thu, Feb 12, 2015 at 8:18 AM, Ulisses Cruz wrote: > Hello > I'm trying to connect my Django project with the MySQL database. > So I tryied to download the MySQL-python package with the command: > > *pip install MySQL-python* > > but I'm having the error: > > *error: Unable to find vcvarsall.ba

connecting Django to MySQL

2015-02-12 Thread Ulisses Cruz
Hello I'm trying to connect my Django project with the MySQL database. So I tryied to download the MySQL-python package with the command: *pip install MySQL-python* but I'm having the error: *error: Unable to find vcvarsall.bat* Someone could help me find out what is happening. And how can I ge