STINNER Victor <[email protected]> added the comment: > This broke several Gentoo buildbots.
setup.py is unable to locate correctly curses.h. I added a hack to always search in /usr/include/ncursesw/. The hack is needed on Ubuntu 11.10 if you only have libncursesw5-dev but not libncursesw-dev for example. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12567> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
