Re: Can't install plpython on Windows 8.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't install plpython on Windows 8.0
Дата
Msg-id 17048.1112995035@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Can't install plpython on Windows 8.0  ("Steve - DND" <postgres@digitalnothing.com>)
Ответы Re: Can't install plpython on Windows 8.0  ("Steve - DND" <postgres@digitalnothing.com>)
Список pgsql-general
"Steve - DND" <postgres@digitalnothing.com> writes:
>> 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";
}


            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index use with left join
Следующее
От: Daniel Schuchardt
Дата:
Сообщение: Re: Can't install plpython on Windows 8.0