sqlite connect 在eclipse 我ctrl的时候报错
摘要:The definition was found at: F:\xampp\Python27\DLLs\_sqlite3.pyd(which cannot be opened because it is a compiled extension)最后发现一场笑话'''Created on 2013-3-27@author: Administrator'''import sqlite3 as sqlitecon = sqlite.connect('caiji.db')cu = con.cursor()#cu.execute('
阅读全文
posted @
2013-03-27 23:34
网宗
阅读(463)
推荐(0)