Armin Rigo <[email protected]> added the comment: Two problems here:
* these are warnings that come from incompatibilities between _curses.py and your system's C headers for ncurses.h * the second problem is that "_minimal_curses" was not compiled in, probably because ncurses/terminfo was not found during the translation. I guess by now we should stop translation when the headers are not found, rather than just disable using them (it used to be a good idea but it's not any more). ---------- nosy: +arigo status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1439> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
