[New-bugs-announce] [issue31951] import curses is broken on windows

joe m report at bugs.python.org
Sun Nov 5 17:55:53 EST 2017


New submission from joe m <iheartpewdsxd at gmail.com>:

Importing curses on Windows install calls the following:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\user name\AppData\Local\Programs\Python\Python36-32\lib\curses\__init__.py", line 13, in <module>
    from _curses import *
ModuleNotFoundError: No module named '_curses'

Importing curses as "_curses" does the same thing. I have tried the "repair" function and it has not worked.

----------
components: Windows
messages: 305610
nosy: joe m2, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: import curses is broken on windows
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31951>
_______________________________________


More information about the New-bugs-announce mailing list