--> -->
Traceback (most recent call last):
  File "/var/www/russ/htdocs/code.py", line 278, in <module>
    web.handle_cgi(Page)
  File "/var/www/russ/htdocs/web.py", line 883, in handle_cgi
    Page(req).write(req)
  File "/var/www/russ/htdocs/code.py", line 74, in write
    conn = connect(self.form)
  File "/var/www/russ/htdocs/code.py", line 183, in connect
    form.db = PgSQL.connect("::code:postgres:::")
  File "/usr/lib64/python2.7/site-packages/pyPgSQL/PgSQL.py", line 2210, in connect
    return Connection(connInfo, client_encoding, unicode_results)
  File "/usr/lib64/python2.7/site-packages/pyPgSQL/PgSQL.py", line 2365, in __init__
    raise DatabaseError, m
DatabaseError: could not connect to server: No such file or directory
	Is the server running locally and accepting
	connections on Unix domain socket "/run/postgresql/.s.PGSQL.5432"?