python bug

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Cc: darcy(at)druid(dot)net
Subject: python bug
Date: 2002-12-15 01:50:13
Message-ID: 200212150150.gBF1oEJ19799@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I saw this in the python source setup.py:

include_dirs=['/usr/include/pgsql']
library_dirs=['usr/lib/pgsql']
^^^
optional_libs=['pq']
data_files = []

Is the lack of a leading slash correct?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Wheeler 2002-12-15 01:58:17 Re: Patch for DBD::Pg pg_relcheck problem
Previous Message Bruce Momjian 2002-12-15 01:46:53 Re: Patch for DBD::Pg pg_relcheck problem