Re: Getting PLPython to work with PostgreSQL 9.2

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: ledocf <docfermor(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Getting PLPython to work with PostgreSQL 9.2
Date: 2013-01-09 14:35:39
Message-ID: 50ED803B.50905@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Clayton 2013-01-09 15:49:03 Re: query by partial timestamp
Previous Message aasat 2013-01-09 13:55:14 Bug: dblink_send_query not work on 9.2?