Search Postgresql Archives

Re: import plpy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux