Hi, For me mysql db has been successfully instaled in my system.I verified through the following code that it is successfully installed without any errors.
C:\Python26>python
Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>>
But when I imported the mysqldb in my script its giving No module name MySQLdb.
Kindly let me know the problem and the solution..
I am using python 2.6 and mysql is 4.0.3 in windows XP.
Thanks in advance...