Re: import plpy

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: import plpy
Дата
Msg-id 56AB8C8E.5050804@aklaver.com
обсуждение исходный текст
Ответ на import plpy  (Kent Tenney <ktenney@gmail.com>)
Список pgsql-general
On 01/29/2016 04:13 AM, Kent Tenney wrote:
>From the Packt book "Postgresql Server Programming"
>
> "you can have a similar environment in your Python development
> environment using the plpy module.
>
> Just put the module in your path and do import plpy before you try
> running your prospective PL/PythonU functions in an ordinary
> interpreter."
>
> I've been unable to locate such a thing.

Pretty sure the authors are referring to this:

http://www.postgresql.org/docs/9.4/interactive/plpython-database.html

 From what I can see everything is wrapped up(on my install) in
plpython2.so. Trying to import that gets:

 >> import plpython2
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: ./plpython2.so: undefined symbol: error_context_stack

Might want to send the authors an email asking how they manage it.

>
> Suggestions?
>
> Thanks,
> Kent
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: BSD initdb without ICU support and switch later
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Statement timeout