Re: Python Postgresql support?

From: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
To: "Jerry LeVan" <jerry(dot)levan(at)eku(dot)edu>, "Postgres General" <pgsql-general(at)postgresql(dot)org>, pythonmac-sig(at)python(dot)org
Subject: Re: Python Postgresql support?
Date: 2004-09-01 07:09:52
Message-ID: opsdmziq0hcq72hf@musicbox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

On Tue, 31 Aug 2004 23:25:35 -0400, Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
wrote:

> 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Sidney-Woollett 2004-09-01 07:43:27 Re: Suppress output from psql?
Previous Message Pierre-Frédéric Caillaud 2004-09-01 07:03:51 Re: Types and SRF's