Re: Django and MySQLdb problems

2008-10-12 Thread Narshe
Ok sorry about that. On Oct 12, 5:05 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > On Sun, Oct 12, 2008 at 6:55 PM, Narshe <[EMAIL PROTECTED]> wrote: > > So my question is how do I correctly install the MySQLdb adapter? Or > > more specifically, can my current setup be saved? (Go easy on m

Re: Django and MySQLdb problems

2008-10-12 Thread Jacob Kaplan-Moss
On Sun, Oct 12, 2008 at 6:55 PM, Narshe <[EMAIL PROTECTED]> wrote: > So my question is how do I correctly install the MySQLdb adapter? Or > more specifically, can my current setup be saved? (Go easy on me, I > just started with Django 2 days ago) Thanks bunches in advance ^^ You'd be better off a

Django and MySQLdb problems

2008-10-12 Thread Narshe
I'm running Windows XP with WAMPSERVER 2.0 installed. Python2.6 MySQL is installed on my computer at this location: C:\wamp\bin\mysql Here is how my settings.py is set up: DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'pythonDB' DATABASE_USER = 'py' DATABASE_PASSWORD = '#py' DATABASE_HOST = '' DATABA