Re: pg.py under Mac OS X - Mailing list pgsql-interfaces

From mps@theintraweb.net
Subject Re: pg.py under Mac OS X
Date
Msg-id 49342.202.12.92.169.1113258879.squirrel@202.12.92.169
Whole thread Raw
In response to Re: pg.py under Mac OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
> mps@theintraweb.net writes:
>> After a quick search on my system, I find that postgres.h only exists in
>> the postgresql-7.4.7 source directory, and was not installed with the
>> headers in /usr/local/pgsql/include/
>
> You need to do "make install-all-headers" to get the server-side headers
> installed in 7.4.  (IIRC we made this the default in 8.0, but it was not
> default in any prior version.)
>
>             regards, tom lane

Thanks, I got PyGreSQL working by pointing setup.py to the postgres
source, but this is a much better way :)

thanks.

Matt Smith


pgsql-interfaces by date:

Previous
From: "Brandon Metcalf"
Date:
Subject: Re: [Dbdpg-general] benchmarking old Pg and DBD::Pg
Next
From: jing han
Date:
Subject: How to retrieve how many rows are affected after doing an INSERT statement