Questions about unicodedata in python 2.6.2

Christian Heimes lists at cheimes.de
Tue Jul 28 12:37:36 EDT 2009


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




More information about the Python-list mailing list