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 installYou will need the Python and PostgreSQL header files, the pqlib and the PostgreSQL pg_config tool.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
