Okay I got it fixed and created my site, but no when I try this
command: python manage.py runserver
this is what come up:

Validating models...
Unhandled exception in thread started by <function inner_run at
0x40f130>
Traceback (most recent call last):
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/core/management.py",
line 757, in inner_run
    validate()
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/core/management.py",
line 741, in validate
    num_errors = get_validation_errors(outfile)
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/core/management.py",
line 634, in get_validation_errors
    import django.models
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/models/__init__.py",
line 1, in ?
    from django.core import meta
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/core/meta/__init__.py",
line 3, in ?
    from django.core import db
  File
"/Library/Python/2.3/site-packages/Django-0.91-py2.3.egg/django/core/db/__init__.py",
line 23, in ?
    raise ImproperlyConfigured, "Could not load database backend: %s.
Is your DATABASE_ENGINE setting (currently, %r) spelled correctly?
Available options are: %s" % \
django.core.exceptions.ImproperlyConfigured: Could not load database
backend: No module named MySQLdb. Is your DATABASE_ENGINE setting
(currently, 'mysql') spelled correctly? Available options are:
'ado_mssql', 'mysql', 'postgresql', 'sqlite3'

Then if you try to type anything in, nothing happens. And if I edit the
file (which I did) to use 'mysql' it still throws the error.

Please help - we are so close.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to