pyPgSQL error

From: Laurette Cisneros <laurette(at)nextbus(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: pyPgSQL error
Date: 2003-01-15 00:42:38
Message-ID: Pine.LNX.4.44.0301141642190.977-100000@visor.corp.nextbus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


I'm using 7.2.3 and I've compile --with-python

Anyone know what could cause this error when trying to delete a row in
python using pyPgSQL?

Traceback (most recent call last):
File "./2_12_jobgen.py", line 497, in ?
job2db(dbConn,jobList,pathEntryList)
File "./2_12_jobgen.py", line 66, in job2db
curs.execute("""delete from jobsequences
File "/usr/local/lib/python2.2/site-packages/pyPgSQL/PgSQL.py", line
2590, in execute raise OperationalError, msg
libpq.OperationalError: ERROR: stat failed on file
'/usr/local/pgsql-7.2/lib/plpgsql': No such file or directory

Thanks,

--
Laurette Cisneros
The Database Group
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
----------------------------------
Life is an SQL old chum...

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2003-01-15 00:55:48 Re: pyPgSQL error
Previous Message Emmanuel Charpentier 2003-01-13 18:46:14 Re: [GENERAL] problem with update rules on a view (ODBC)