Rajeshwar Singh Jenwar wrote:
> Hi All,
>  
> I m new to django.
> I m getiing problem with Tutorial-1.
(snip)
> line 3, in ?
>     from django.core import db
>   File "/usr/lib/python2.4/site-packages/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: /usr/lib/python2.4/site-packages/_mysql.so: undefined symbol:
> __pure_virtual. 
(snip)

Looks like a mismatch between the Python MySQLdb package and MySQL...



-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com

--~--~---------~--~----~------------~-------~--~----~
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