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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pygresql build/install problems: use setup.py?
Дата
Msg-id Pine.LNX.4.44.0305151731560.2756-100000@peter.localdomain
обсуждение исходный текст
Ответ на pygresql build/install problems: use setup.py?  (george young <gry@ll.mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: Gerhard Häring
Дата:
Сообщение: Re: pygresql build/install problems: use setup.py?
Следующее
От: Tim Woodall
Дата:
Сообщение: Bug in ODBC driver doing UPDATES and DELETES