15 Feb 2001 donky   » (Apprentice)

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.

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!