I just realized that I need to download MySQL-python-1.2.2.tar.gz.
Sorry, I'm new to Python.

On Sep 26, 11:59 am, Cong <[EMAIL PROTECTED]> wrote:
> I uninstalled and reinstall Django1.0 (by removing the directory: /usr/
> lib/python2.4/site-packages).
>
> The command:
> #  ./manage.py syncdb
>
> still gives me the error:
>
> Traceback (most recent call last):
>   File "./manage.py", line 144, in ?
>     fix_django_evolution_issues()
>   File "./manage.py", line 128, in fix_django_evolution_issues
>     import django.db.models.fields as model_fields
>   File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line
> 16, in ?
>     backend = __import__('%s%s.base' % (_import_path,
> settings.DATABASE_ENGINE), {}, {}, [''])
>   File "/usr/lib/python2.4/site-packages/django/db/backends/mysql/
> base.py", line 13, in ?
>     raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
>
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> module: No module named MySQLdb
>
> Looks like I need this module named MySQLdb.
>
> Please help!
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to