0

Postgresql在创建语言时抛出错误plpythonu

ERROR:  could not load library "C:/Program Files/PostgreSQL/8.4/lib/plpython.dll": The specified module could not be found.

我已确认安装python 2.6.该文件plpython.dll存在lib folderpostgresql. 我也复制plpython.dllpostgresql bin. 但仍然遇到同样的错误

需要帮助

4

1 回答 1

0

To troubleshoot this:

1: Make sure that the user in question can read the library

2: Make sure Python works properly for all users (try creating a new limited user and try to run Python). Maybe it is failing to load because another library it is dependent on is failing?

于 2013-05-12T07:29:58.130 回答