Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread harijay
Thanks Russell Magee for your detailed and timely help. I switched to the production version on MySQLdb and now I can run from MySQLdb.converters import conversions In the rev 635 I could not run this without getting an error. So now I can start my server with the database settings and loading of

Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread harijay
I am sorry I get the same error even If I put the 'ENGINE':'mysql' in the settings.py . Hari On Jan 5, 1:12 pm, Marc Aymerich wrote: > On Tue, Jan 5, 2010 at 8:38 AM, harijay wrote: > > Hi I just started using the subversion build of django and mysql- > > python with python 2.6.3 > > Both djang

Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread harijay
I get the same error if I put just 'mysql'; in the ENGINE setting. So the backend does not start if the 'ENGINE' filed has 'mysql' or 'django.db.backends.mysql' So any ideas why this is the case hari On Jan 5, 1:12 pm, Marc Aymerich wrote: > On Tue, Jan 5, 2010 at 8:38 AM, harijay wrote: > > H

Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread Russell Keith-Magee
On Tue, Jan 5, 2010 at 3:38 PM, harijay wrote: > Hi I just started using the subversion build of django and mysql- > python with python 2.6.3 > Both django (svn 12103) and _mysql (MySQLdb rev 635) work fine and can > be imported from the command line python without any error messages. > I created

Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread Russell Keith-Magee
On Tue, Jan 5, 2010 at 4:12 PM, Marc Aymerich wrote: > > > On Tue, Jan 5, 2010 at 8:38 AM, harijay wrote: >> >> Hi I just started using the subversion build of django and mysql- >> python with python 2.6.3 >> Both django (svn 12103) and _mysql (MySQLdb rev 635) work fine and can >> be imported fr

Re: newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-05 Thread Marc Aymerich
On Tue, Jan 5, 2010 at 8:38 AM, harijay wrote: > Hi I just started using the subversion build of django and mysql- > python with python 2.6.3 > Both django (svn 12103) and _mysql (MySQLdb rev 635) work fine and can > be imported from the command line python without any error messages. > I created

newbie: mysql backend "Error was: cannot import name conversions" with subversion build of django

2010-01-04 Thread harijay
Hi I just started using the subversion build of django and mysql- python with python 2.6.3 Both django (svn 12103) and _mysql (MySQLdb rev 635) work fine and can be imported from the command line python without any error messages. I created a new django testproject and then modified my settings.py