Re: [ADMIN] Python UCS4 error - Mailing list pgsql-general

From Tom Lane
Subject Re: [ADMIN] Python UCS4 error
Date
Msg-id 22560.1309892090@sss.pgh.pa.us
Whole thread Raw
In response to Python UCS4 error  (c k <shreeseva.learning@gmail.com>)
Responses Re: [ADMIN] Python UCS4 error
List 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 by date:

Previous
From: Daniel Farina
Date:
Subject: Re: Finding latest record for a number of groups in an INSERT-only table
Next
From: "Jonathan Brinkman"
Date:
Subject: Re: Read MS-SQL data into Postgres via ODBC link?