On Mon, Jan 7, 2013 at 8:38 AM,  <andydtay...@gmail.com> wrote:
> But something is preventing this from working, and I don't know enough to 
> figure it out, despite having spent most of today reading up. The code 
> executes with no error, yet no table is created or populated.

Standard databasing requirement: You need to commit your work.

http://initd.org/psycopg/docs/connection.html#connection.commit

Otherwise, the transaction gets rolled back, and nobody sees your changes.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to