我正在尝试启动
screen = curses.initscr()
但它失败并返回
File "C:\Python32\lib\curses\__init__.py", line 31, in initscr
fd=_sys.__stdout__.fileno())
AttributeError: 'NoneType' object has no attribute 'fileno'
这是我的系统 Python 3.2.3(默认,2012 年 4 月 11 日,07:12:16)[MSC v.1500 64 位(AMD64)] 在 win32
这是我第一次在这台电脑上运行 python,它是 Windows 7 64bit。
这与我的操作系统有关吗?无论如何我可以解决这个问题吗?