On Sun, Jan 18, 2009 at 6:13 AM, joti chand <joti.ch...@gmail.com> wrote:
>
> Can you elaborate more please because iam new to this...iam using
> python, django and mysql 5.0.....django and python works but python
> and mysql5.0 not working

As you've been told, you need to install the Python library that
allows the language
to access MySQL databases, it's called MySQLdb.

This something that is well documented:

http://docs.djangoproject.com/en/dev/intro/install/#intro-install
http://docs.djangoproject.com/en/dev/topics/install/#database-installation

and in you case (win32 platform) means you need to download
and execute an .exe installer for your version of Python.

HTH

-- 
 Ramiro Morales

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to