網(wǎng)上搜索到一個http://www.technicalbard.com/files/MySQL-python-1.2.2.win32-py2.6.exe 安裝后import MySQLdb會出現(xiàn) DeprecationWarning: the sets module is deprecated 這樣一個警告,baidu一下 原因是2.6不知sets這個模塊,不過已經(jīng)添加了set內(nèi)置函數(shù)。找到MySQLdb文件夾的中__init__.py,注釋掉from sets import...
www.dbjr.com.cn/article/674...htm 2025-5-26