[pypy-issue] [issue1467] Curses doesn't raise ImportError on Windows

schlamar tracker at bugs.pypy.org
Thu Apr 25 10:32:11 CEST 2013


schlamar <marc.schlaich at gmail.com> added the comment:

Expected behavior would be (from CPython 2.7):

>>> import curses
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\curses\__init__.py", line 15, in <module>
    from _curses import *
ImportError: No module named _curses

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1467>
________________________________________


More information about the pypy-issue mailing list