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