STINNER Victor <victor.stin...@gmail.com> added the comment:

> AttributeError: '_curses.curses window' object has no attribute 'get_wch'

> is still being raised.

"still"? Did it work before my last changes?

Unicode functions of the (n)curses library are only available if the Python 
curses module is linked to libncursesw.

Is libncursesw available? Is libreadline linked to libncurses or libncursesw? 
If libreadline is linked to libncurses, the Python curses module is also linked 
to libncurses.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12567>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to