I am using Python 2.6.1, MySQL4.0 in Windows platform and I have successfully installed MySQLdb.
Do we need to set any path for my python code and MySQLdb to successful run my application? Without any setting paths (in my code I am importing MySQLdb) I am getting No module named MySQLdb error is coming and I am not able to move further.