Python Postgresql support?

Started by Jerry LeVanover 21 years ago2 messagesgeneral
Jump to latest
#1Jerry LeVan
jerry.levan@eku.edu

Is it possible to build the python postgresql support library
on Mac OSX 10.3.5 with the default python install?

Adding "--with-python" gets an error message about libpython
not being a shared library when attempting to build postgresql.
(pg 7.4.5)

Thanks for any pointers.

Jerry

#2Pierre-Frédéric Caillaud
lists@boutiquenumerique.com
In reply to: Jerry LeVan (#1)
Re: Python Postgresql support?

Use psycopg, it's a hell of a lot faster anyway.

On Tue, 31 Aug 2004 23:25:35 -0400, Jerry LeVan <jerry.levan@eku.edu>
wrote:

Show quoted text

Is it possible to build the python postgresql support library
on Mac OSX 10.3.5 with the default python install?

Adding "--with-python" gets an error message about libpython
not being a shared library when attempting to build postgresql.
(pg 7.4.5)

Thanks for any pointers.

Jerry

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend