Gae Python - No Module Named Mysqldb August 24, 2023 Post a Comment Recently I switched to 'vm: true' on my app.yaml. Since then I'm having some issues regarding the MySQLdb library. I'm trying to import MySQL like this: import MySQLdb My requireSolution 1: You should use the following command to deploy:gcloud preview app deploy CopyTake a look here for more details.Also, here there is a official example of your use case. I can see a little difference, the author is using PyMySQL==0.7.3 instead of MySQL-python. Share Post a Comment for "Gae Python - No Module Named Mysqldb"
Post a Comment for "Gae Python - No Module Named Mysqldb"