Re: [ADMIN] Python UCS4 error

2011-07-05 Thread c k
I have default python 2.7.1 installed along with fedora15. Then installed postgresql from binary installers. This creates the plpython.so, plpython2.so and plpython3.so in lib/postgresql directory under postgresql installation. When I go for creating a new language plpython, it gives me some error

Re: [ADMIN] Python UCS4 error

2011-07-05 Thread Tom Lane
c k 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 g