Обсуждение: Getting PLPython to work with PostgreSQL 9.2

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

Getting PLPython to work with PostgreSQL 9.2

От
ledocf
Дата:
Hi,

I have recently installed PostgreSQL 9.2 on my Windows 7 64bit computer. In
addition I have installed Python 3.3. I am new to PostgreSQL, and wish to
play with its support for Python.

I tried to run the command:

CREATE EXTENSION plpython3u

Only to receive the error:

Could not load library "C:/Program Files/PostgreSQL/9.2/lib/plpython3.dll"

Looking at plpython3.dll in Dependency Walker yielded the following:

<http://postgresql.1045698.n5.nabble.com/file/n5739185/depends.png>

This raises two questions:

a) LIBINTL-8.DLL and POSTGRES>EXE actually exist on my system. This appears
to suggest some sort of environment problem.

b) PYTHON32.DLL doesn't exist on my machine (I only have python3.dll). This
would suggest that perhaps the (latest) version of Python I have is not
comptaible

Can anyone shed some light on the problems I am having? I cannot see what
environment variables need to be set (the docs I have read specify nothing).
In addition, no requirements for the supported versions of Python are
defined.

HELP!!



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Getting-PLPython-to-work-with-PostgreSQL-9-2-tp5739185.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


Re: Getting PLPython to work with PostgreSQL 9.2

От
Adrian Klaver
Дата:
On 01/08/2013 10:38 AM, ledocf wrote:
> Hi,
>
> I have recently installed PostgreSQL 9.2 on my Windows 7 64bit computer. In
> addition I have installed Python 3.3. I am new to PostgreSQL, and wish to
> play with its support for Python.
>
> I tried to run the command:
>
> CREATE EXTENSION plpython3u
>
> Only to receive the error:
>
> Could not load library "C:/Program Files/PostgreSQL/9.2/lib/plpython3.dll"

> Can anyone shed some light on the problems I am having? I cannot see what
> environment variables need to be set (the docs I have read specify nothing).
> In addition, no requirements for the supported versions of Python are
> defined.

I am going to assume you are using the One-Click installer. You might
have success asking on the installer forum:

http://forums.enterprisedb.com/forums/show/9.page

>
> HELP!!
>



--
Adrian Klaver
adrian.klaver@gmail.com