Re: django1.7, python3.4 and MySQL

2014-11-03 Thread lzanuz
Yes, mysql-python-connector works fine with python3.4.2. I'm using it and no problems until now. Em segunda-feira, 3 de novembro de 2014 13h55min25s UTC-2, larry@gmail.com escreveu: > > So it seems MySQLdb doesn't support python3, and I see this on the django > site: > > mysqlclient is a

Re: Why does django use mysqldb over mysql-connector?

2014-11-03 Thread lzanuz
Hi all, I notice that python-mysql-connector(1) is almost 30% slow that MySQLdb(2), but MySQLdb until now not support python3. Anyone have news when MySQLdb will support python 3 or know another connector for mysql? It's a litte confused at this time, because we have django1.7.X that support

Re: Why does django use mysqldb over mysql-connector?

2014-11-04 Thread lzanuz
Are you talking about this? https://github.com/PyMySQL/mysqlclient-python I didn't tried that. Someone use it? Em terça-feira, 4 de novembro de 2014 09h08min38s UTC-2, larry@gmail.com escreveu: > > What about mysqlclient? The django site says that is "the recommended > choice for using M