Обсуждение: import plpy

Поиск
Список
Период
Сортировка

import plpy

От
Kent Tenney
Дата:
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.

Suggestions?

Thanks,
Kent


Re: import plpy

От
Adrian Klaver
Дата:
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