Hi Guys,<br>I have been working in python from some time now,<br>while writing a python script i used: import MySQLdb in my script to do some database related operations.<br>When i tried to execute the same script on another system it gave me an error as:<br>

"ImportError: No module named MySQLdb"<br>though mysqldb was already installed on that system, and python 2.5.2 was present on that machine.<br>i have tried uninstalling and installing of mysql again and again but to no avail.<br>
<br>please help me resolve the issue.<br><br>Thanks & Regards<br><font color="#888888">Syed</font>