This is kiran .
i am new to django fw.i installed django fw and trying to connect
mysql which is installed in localhost.i am using python 26.i modified
settings.py according to the mysql db.
when i am running server. i am getting the fallowing error.
plese help me......
C:\kiranproj\myappone>python manage.py runserver
Validating models...
Unhandled exception in thread started by <function inner_run at
0x013079F0>
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\django\core\management\commands
\runserver.
py", line 48, in inner_run
self.validate(display_num_errors=True)
File "C:\Python26\lib\site-packages\django\core\management\base.py",
line 249,
in validate
num_errors = get_validation_errors(s, app)
File "C:\Python26\lib\site-packages\django\core\management
\validation.py", lin
e 22, in get_validation_errors
from django.db import models, connection
File "C:\Python26\lib\site-packages\django\db\__init__.py", line 41,
in <modul
e>
backend = load_backend(settings.DATABASE_ENGINE)
File "C:\Python26\lib\site-packages\django\db\__init__.py", line 22,
in load_b
ackend
return import_module('.base', backend_name)
File "C:\Python26\lib\site-packages\django\utils\importlib.py", line
35, in im
port_module
__import__(name)
File "C:\Python26\lib\site-packages\django\db\backends\mysql
\base.py", line 13
, in <module>
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: No mo
dule named MySQLdb
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en.