From: | c k <shreeseva(dot)learning(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Python UCS4 error |
Date: | 2011-07-05 17:21:28 |
Message-ID: | CAN2Y=uM2u6+RTrBtNOMMqAML3fuaXA8RdtHpiqEerbmY-eudMg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
Dear All,
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.
When checked for where a python is with ucs4 or ucs2 using following
script, it says it is ucs4.
>>> import sys
>>> print sys.maxunicode
1114111
How to solve this error?
Waiting for your help !
Regards,
C P Kulkarni
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-07-05 18:54:50 | Re: Python UCS4 error |
Previous Message | jtkells | 2011-07-05 16:44:24 | Problem retrieving large records (bytea) data from a table |
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2011-07-05 17:40:15 | Re: Dump large DB and restore it after all. |
Previous Message | Alban Hertroys | 2011-07-05 16:49:51 | Re: Finding latest record for a number of groups in an INSERT-only table |