Re: pygresql build/install problems: use setup.py? - Mailing list pgsql-interfaces

From Peter Eisentraut
Subject Re: pygresql build/install problems: use setup.py?
Date
Msg-id Pine.LNX.4.44.0305151731560.2756-100000@peter.localdomain
Whole thread Raw
In response to pygresql build/install problems: use setup.py?  (george young <gry@ll.mit.edu>)
List pgsql-interfaces
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@gmx.net



pgsql-interfaces by date:

Previous
From: Gerhard Häring
Date:
Subject: Re: pygresql build/install problems: use setup.py?
Next
From: Tim Woodall
Date:
Subject: Bug in ODBC driver doing UPDATES and DELETES