ImportError: No module named MySQLdb 该错误是源于我们没有安装Python连接MySQL所需的MySQLdb库而引起。 python3.5下的解决方法ubuntu系统: sudo pip3 install mysqlclient 相关文章: