mattip <[email protected]> added the comment:

_curses does not exist on windows, can we solve this with the following at the 
top of lib_pypy\_curses.py
-------------
if sys.platform == 'win32':
    raise ImportError('no _curses on windows')
--------------

----------
nosy: +mattip
priority: wish -> bug
status: chatting -> in-progress

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1532>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to