No I didn't. I'll take a look, Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this gr
On 12/5/06, edelberry <[EMAIL PROTECTED]> wrote:
>
> ENVIRONMENT:
> Windows XP Pro
> Python 2.4
> Apache 2.2
> mod-python 3.2.10
> MySQL 5.0
Did you install a Python Mysql module? I use this one:
http://sourceforge.net/projects/mysql-python
--
Julio Nobrega - http://www.inerciasensorial.com.b
I'm trying to get MySQL to work with Django. (I'm new to Django.) My
installation runs successfully until I attach a database connector.
PROBLEM:
An error occurs when running *Python manage.py syncdb* after setting
DATABASE_ENGINE = 'mysql' in settings.py.
(I've omitted the other settings here