create language 'plpythonu' on win failed

From: MICHÁLEK Jan Mgr(dot) <Michalek(dot)Jan(at)uhul(dot)cz>
To: <pgsql-general(at)postgresql(dot)org>
Subject: create language 'plpythonu' on win failed
Date: 2010-12-14 09:07:06
Message-ID: 913F77222E913C49A057FDD7BBDEAAA301D3699F@br-dc.uhul.wan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I can't solve problem with creating language python in my POSTGRESQL (9.0)
-------------------------------------------------------------
create language 'plpythonu'

ERROR: could not load library "C:/Program Files/PostgreSQL/9.0/lib/plpython.dll": unknown error 126
--------------------------------------------------------------------------------------

I used dependency walker for finding problem and i find, that plpythonu.dll need python26.dll (i have instaled python 27 on my PC).
I try install python 26 to folder with postgresql, but there is the same problem.

Is there somebody who is able to create python lang in postgresql on win??

I used google, but i can't find any advice solving my problem.

Thanks Je.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-12-14 09:10:34 Re: Recreate C functions?
Previous Message Elliot Chance 2010-12-14 09:07:03 Re: Recreate C functions?