Reputation: 1458
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 requirements.txt looks like this:
MySQL-python==1.2.5
I figured that I wasn't supposed to use "libraries" inside my app.yaml and should put all my dependencies on the "requirements.txt".
I uploaded several times with/without this file but this error is thrown:
No module named MySQLdb
It works fine locally.
Anyone had this issue?
Thanks.
Upvotes: 1
Views: 657