STINNER Victor <victor.stin...@haypocalc.com> added the comment: > Python 2.5 also requires the addition of libcursesw > but it was working for the Ubuntu release because > they specifically added it.
What do you mean by "the addition of libcursesw"? _curses.so of Python 2.5 is linked to libncursesw.so on Ubuntu Gutsy and Hardy. If _curses.so is linked to libncurses.so, you can not used multibyte charset like UTF-8. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4787> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com