Is there another way to get the mySQLdb module besides through MySQL-Python?

2011-06-20 Thread T4 Phage
Hello I am trying to use Django with mySQL. I have edited the settings.py file in my project to point it towards the correct database but when I try to use "manage.py syncdb" I get an error message that tells me that there is no module named MySQLdb. I tried to install mySQLdb by installing MySQ

Re: Is there another way to get the mySQLdb module besides through MySQL-Python?

2011-06-20 Thread T4 Phage
use a pre-compiled MySQL MSI install: > > http://www.codegood.com/archives/129 > > Hope this helps > > Cal > > > > > > > > On Mon, Jun 20, 2011 at 10:01 PM, T4 Phage wrote: > > Hello > > > I am trying to use Django with mySQL.  I have edit

syncdb error

2011-06-21 Thread T4 Phage
Hello! When I run syncdb it returns an error ending in "_mysql_exceptions.OperationalError: (1050, "Table 'people_person' already exists")." I know that the table 'people_person' already exists because I used syncdb to make it earlier (and because I can see it in my database). Of course if I dum