Hi,

Django Developers is for development on Django. For usage questions you want
django-users: http://groups.google.com/group/django-users

Cheers,
Eric

On Thu, Jan 28, 2010 at 8:48 AM, rokson <kiranrepa...@gmail.com> wrote:

> 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 django-develop...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com<django-developers%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>


-- 
Eric Holscher
Web Developer at The World Company in Lawrence, Ks
http://ericholscher.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to