Re: pygresql build/install problems: use setup.py?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: george young <gry(at)ll(dot)mit(dot)edu>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: pygresql build/install problems: use setup.py?
Date: 2003-05-15 15:53:03
Message-ID: Pine.LNX.4.44.0305151731560.2756-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-patches

george young writes:

> As you note from the above line, I'm wrangling multiple versions
> of python and postgres[ql]. I use the PyGreSQL interface from the
> postgres source dist. But I need to install PyGreSQL for other
> than the default python. I know I could hack it by hand, but it
> seems like there could be an optional arg to configure like:
>
> ./configure --with-python=python2.3

./configure --with-python PYTHON=python2.3

This works for any program that is detected in configure.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tim Woodall 2003-05-15 16:23:23 Bug in ODBC driver doing UPDATES and DELETES
Previous Message Gerhard Häring 2003-05-15 08:28:00 Re: pygresql build/install problems: use setup.py?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-05-15 16:29:56 Win32 patch to allow compilation
Previous Message Gerhard Häring 2003-05-15 08:28:00 Re: pygresql build/install problems: use setup.py?