Re: Can't install plpython on Windows 8.0 - Mailing list pgsql-general

From Steve - DND
Subject Re: Can't install plpython on Windows 8.0
Date
Msg-id LDEHKBBOEMIJKHKBOFNFMEJFMIAA.postgres@digitalnothing.com
Whole thread Raw
In response to Re: Can't install plpython on Windows 8.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Can't install plpython on Windows 8.0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> >> createlang: language installation failed: ERROR:  could not
> load library
> >> "C:/Program Files/PostgreSQL/8.0/lib/plpython.dll": dynamic load error
>
> > Actually I just tried createlang with all of the pls(except
> plpgsql which is
> > already installed). All of them fail with the same error.
>
> Probably the problem has to do with not finding the underlying
> language's DLL (eg, python.dll).  Unfortunately you're only seeing
> "dynamic load error" in place of the actually useful information.
> Someone needs to improve the stub in win32.c:
>
> char *
> dlerror(void)
> {
>     return "dynamic load error";
> }
>

Do I need to install a particular version of python then? Is there any
further documentation that can help me with this?

Thanks,
Steve



pgsql-general by date:

Previous
From: Daniel Schuchardt
Date:
Subject: Re: Can't install plpython on Windows 8.0
Next
From: Tom Lane
Date:
Subject: Re: Can't install plpython on Windows 8.0