Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

2014-05-09 Thread Richard Esplin
for submitting the bug to MySQL. I see they posted a somewhat > generic answer. > > On Tuesday, May 6, 2014 11:52:07 AM UTC-4, Richard Esplin wrote: > > In order to move forward with this project, I switched to PyMySQL: > > > > https://github.com/PyMySQL > > >

Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

2014-05-06 Thread Richard Esplin
fault': { 'ENGINE': 'django.db.backends.mysql', . . . . I have a few months of testing before I'll know if it is reliable, but at least I can move forward with development. Richard On Monday, May 5, 2014 6:45:19 PM UTC-6, Richard Esplin wrote: > > I can't

Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

2014-05-05 Thread Richard Esplin
This is actually a warning, and only halts execution when settings.py has DEBUG enabled. See mysql/connector/django/base.py line 59. However when syncdb proceeds past the deprecation warning, it halts on the error about needing schema_editor implemented. On Thursday, April 3, 2014 9:09:31 AM UT

Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

2014-05-05 Thread Richard Esplin
would appreciate hearing them. Thanks, Richard On Monday, May 5, 2014 6:17:57 PM UTC-6, Richard Esplin wrote: > > I am also trying to use Django 1.7 with the Mysql-Python-Connector 1.1.6. > I am seeing the same behavior for both the migrate NotImplementedError and

Re: Django 1.7 not working with mysql-connector-python 1.1.6 & Python 3.3 ?

2014-05-05 Thread Richard Esplin
I am also trying to use Django 1.7 with the Mysql-Python-Connector 1.1.6. I am seeing the same behavior for both the migrate NotImplementedError and the syncdb RemovedInDjango19Warrning. Were you able to solve these problems? Richard On Thursday, April 3, 2014 9:09:31 AM UTC-6, Giovanni wrote: