[pypy-issue] [issue1532] Running ipython with pypy on windows

mattip tracker at bugs.pypy.org
Sun Sep 1 11:41:03 CEST 2013


mattip <matti.picus at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1532>
________________________________________


More information about the pypy-issue mailing list