Re: BUG #5641: Can not create any python language

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: areveille <areveille(at)mobigis(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5641: Can not create any python language
Date: 2011-01-06 15:28:34
Message-ID: AANLkTin=YKmS5NGbkuFtd0LYuvqtgjgmOBHR8p9bc9hv@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Are the python binaries in your system level PATH environment?
If not, you need to make sure the bin folder of python should be in your
system level PATH variable.
Check this link for the reference:
http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx

Then - you need to restart your postgres service.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

On Thu, Jan 6, 2011 at 8:53 PM, areveille <areveille(at)mobigis(dot)fr> wrote:

>
> In fact I always had plpython.dll since I duplicated the file (one named
> plpython.dll and the other plpython3.dll).
>
> Anyways, now I have deleted plpython3.dll (so I just have plpython.dll) and
> "create language plpython;" answers : ERREUR: n'a pas pu charger la
> bibliothèque « C:/Program Files/PostgreSQL/9.0/lib/plpython.dll » : unknown
> error 126 which means "can't load C:/Program
> Files/PostgreSQL/9.0/lib/plpython.dll"
>
> Thanks for your time,
>
> Alban.
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/BUG-5641-Can-not-create-any-python-language-tp2801518p3330575.html
> Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message areveille 2011-01-06 16:00:45 Re: BUG #5641: Can not create any python language
Previous Message areveille 2011-01-06 15:23:49 Re: BUG #5641: Can not create any python language