[issue7156] curses can't find _curses

Archon report at bugs.python.org
Sat Oct 17 02:29:48 CEST 2009


New submission from Archon <mddekock at bendbroadband.com>:

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 <module>
    from _curses import *
ImportError: No module named _curses

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7156>
_______________________________________


More information about the Python-bugs-list mailing list