Feh. Finally got it.
import pgdb
db = pgdb.connect('localhost:whelkboard:wbuser:password')
cursor = db.cursor()
cursor.execute(CreateTableSQL)
db.commit()
cursor.close()
db.close()
During the day today, after work, I can finally start programming the Python for Whelkboard. Have decided its probably best if I ditch David's initial code and use it as a reference. Anyway its late, and work starts at 10:00 AM as always.
