Weidong wrote: > Thanks for your response! I configured it in the same way as you > said, but without "--enable-unicode=ucs4". The ocnfig.log shows that > checking for UCS-4 was failed. So I assume that by default UCS-2 was > used. There was no other problme in the "make" step.
Correct > The problem was in the "sudo make install" step, where there were > errors in building libraries / test libraries that need unicodedata.so > which did not exist. 'make install' shouldn't compile any libraries if you run 'make' prior to 'make install'. I suggest you start again with a clean build tree of Python 2.6.2. Christian -- http://mail.python.org/mailman/listinfo/python-list