Re: ImportError: No module named MySQLdb

2008-04-07 Thread syed mehdi
n python from some time now, > > while writing a python script i used: import MySQLdb in my script to do > > some > > database related operations. > > When i tried to execute the same script on another system it gave me an > > error as: > > "ImportError: No mo

Re: ImportError: No module named MySQLdb

2008-04-07 Thread Gabriel Genellina
ame script on another system it gave me an > error as: > "ImportError: No module named MySQLdb" > though mysqldb was already installed on that system, and python 2.5.2 was > present on that machine. > i have tried uninstalling and installing of mysql again and again but to

ImportError: No module named MySQLdb

2008-04-07 Thread syed mehdi
Hi Guys, I have been working in python from some time now, while writing a python script i used: import MySQLdb in my script to do some database related operations. When i tried to execute the same script on another system it gave me an error as: "ImportError: No module named MySQLdb&qu