Python Postgresql support?
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
Import Notes
Reply to msg id not found: 20040831100006.496161E4010@bag.python.orgReference msg id not found: 20040831100006.496161E4010@bag.python.org
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