Re: [ADMIN] Python UCS4 error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [ADMIN] Python UCS4 error
Дата
Msg-id 22560.1309892090@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Python UCS4 error  (c k <shreeseva.learning@gmail.com>)
Ответы Re: [ADMIN] Python UCS4 error  (c k <shreeseva.learning@gmail.com>)
Список pgsql-general
c k <shreeseva.learning@gmail.com> writes:
> I updated my development machine with Fedora 15 and as there is python 2.7.
> I have also migrated my few postgresql databases. While creating plpython in
> one database, I got the following error undefined symbol
> PyUnicodeUCS4_AsEncodedString.
> Then I recompiled source code and got a plpython.so compiled for python 2.7
> (default python comes with fedora15) and replaced original with this one.
> Restarted postgresql and still same error occurs.

plpython seems to work for me on Fedora 15, so you're going to need to
be more specific about how to trigger this error.

            regards, tom lane

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

Предыдущее
От: Daniel Farina
Дата:
Сообщение: Re: Finding latest record for a number of groups in an INSERT-only table
Следующее
От: "Jonathan Brinkman"
Дата:
Сообщение: Re: Read MS-SQL data into Postgres via ODBC link?