[issue7156] curses can't find _curses
Changes by Archon : -- components: Library (Lib) nosy: Archon severity: normal status: open title: curses can't find _curses type: crash versions: Python 3.1 ___ Python tracker <http://bugs.python.org/i
[issue7156] curses can't find _curses
New submission from Archon : When I try to import curses, it returns the error: Traceback (most recent call last): File "C:\Python31\Lib\curses\__init__.py", line 15, in from _curses import * ImportError: No module named _curses --