标签: python-3.x ide python-curses
我一直在尝试使用curses,我看到了这段代码:
import curses stdscr = curses.initscr()
但每当我运行它时,它会显示以下消息:
不支持重定向。 中止(断开连接)
我已经有了curses模块,我正在使用Python 3.5。我也在使用Wing IDE,所以我还需要安装什么来使IDE支持curses吗?