[PyGreSQL] Help with build on Mac OSX 10.4.5
Christoph Zwerschke
cito at online.de
Tue Feb 21 03:39:16 EST 2006
Paul Marcotte wrote:
> OS: Mac OSX 10.4.5
> I am trying to compile with this command:
> cc -o _pg.so ...
I cannot checkt it out on a Mac, but perhaps it works if you build and
install with distutils. i.e.
python setup.py build install
You will need the Python and PostgreSQL header files, the pqlib and the
PostgreSQL pg_config tool.
-- Christoph
More information about the PyGreSQL
mailing list