MySQL-python的DictCursor没有用?
在设置cursor的时候按照网上说的, cur = conn.cursor(MySQLdb.cursors.DictCursor) 据说查询的返回值会变成字典格式,但是我试了一下依然返回tuple…
Error loading MySQLdb module: No module named MySQLdb
这是在已经反复用 pip install MySQL-python 、 pip install MySQL-python --upgrade 和 apt-get install python-mysqldb 三种方法安装了mysql-pytho…