This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, Nicholas.Cole, akuchling, cben, eric.araujo, gpolo, inigoserna, jcea, john.feuerstein, nadeem.vawda, petri.lehtinen, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2012-04-05.21:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333662503.73.0.651907100945.issue12567@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-04-05 21:48:23vstinnersetrecipients: + vstinner, akuchling, jcea, cben, pitrou, nadeem.vawda, gpolo, eric.araujo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, petri.lehtinen, Nicholas.Cole, john.feuerstein
2012-04-05 21:48:23vstinnersetmessageid: <1333662503.73.0.651907100945.issue12567@psf.upfronthosting.co.za>
2012-04-05 21:48:23vstinnerlinkissue12567 messages
2012-04-05 21:48:23vstinnercreate