ModuleNotFoundError: No module named ‘MySQLdb’ 2019-05-21 开发 MySQLdb只支持Python2不支持3,用PyMySQL代替: pip install PyMySQL