I am developing my application in Google App Engine, now I use Google Cloud SQL. It works fine on the local host, but when I deploy my application to the server, it gives me the following error.
ImportError: No module named MySQLdb
Later I copied the MySQLdb package to the application directory. Now he gives me an error
ImportError: No module named _mysql.
What am I doing wrong here, Any recommendations?
source share