Re: [Python-modules-team] python mysqldb on python 3

2014-11-17 Thread Brian May
On 5 November 2014 12:11, Collin Anderson wrote: > > There might be a problem because it looks like it conflicts with > python-mysqldb. > Yes, it's a 100% compatible fork intended to replace python-mysqldb. Same > python package name and everything. We could decide to only include it for > python

Re: [Python-modules-team] python mysqldb on python 3

2014-11-04 Thread Collin Anderson
Hi Brian, Thanks so much. > There might be a problem because it looks like it conflicts with python-mysqldb. Yes, it's a 100% compatible fork intended to replace python-mysqldb. Same python package name and everything. We could decide to only include it for python3, or we could even have this com

Re: [Python-modules-team] python mysqldb on python 3

2014-11-04 Thread Brian May
On 30 October 2014 04:50, Collin Anderson wrote: > This mysqlclient library is now the recommend choice for using MySQL with > Django. > > https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers > > It's compatible with the current mysqldb package, except the current > package d

Re: [Python-modules-team] python mysqldb on python 3

2014-10-29 Thread Collin Anderson
Hi All, This mysqlclient library is now the recommend choice for using MySQL with Django. https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers It's compatible with the current mysqldb package, except the current package does not have python3 support. Could we package this as

[Python-modules-team] python mysqldb on python 3

2014-09-09 Thread Collin Anderson
Hi All, If you are looking for python 3 support, I wanted to let you know that there is an actively maintained fork of mysqldb that has python 3 compatibility. https://github.com/PyMySQL/mysqlclient-python Thanks, Collin ___ Python-modules-team mailin