But, they were unable to be found!?
How do I install both of them?
But, they were unable to be found!?
How do I install both of them?
This should do the trick.
sudo apt-get install mysql-server
sudo apt-get install python-mysqldb
I believe this should make it work:
sudo apt-get install python-mysqldb
Have you installed python-mysqldb? If not install it using apt-get install python-mysqldb. And how are you importing mysql.Is it import MySQLdb? Python is case sensitive.