[wxPython-users] Slightly OT: PySqlite

Werner F. Bruhin werner.bruhin at free.fr
Thu Oct 12 07:38:22 PDT 2006


Hi Jorgen,

And don't forget in Boa to use Ctrl-Space and/or Ctrl-Shift-Space.

They don't always work, but e.g. in the console it works.

import sqlite3
con = sqlite3.connect("mydb")
cur = con.cursor()

and then you could enter e.g. "cur.Ctrl-Space" and it shows you the 
available functions, select e.g. execute and you get
cur.execute then type "(" and Ctrl-Shift-Space.

Werner




More information about the wxpython-users mailing list