我在家里编写了我的python代码2.7,但是现在我正在尝试修复它在这里运行2.4。
首先是hline对我不起作用。我有
stdscr.hline(0,0,'=',5)
但它只打印出一个=
符号。
其次是chgat在
中不起作用screen.chgat(0,0,-1,curses.color_pair(2)
返回AttributeError: chgat
自
以来不确定如何禁用游标curses.curs_set(0)` doesn't work either.`enter code here`
我找不到关于python 2.4.3的curses的任何文档,所以我在移植它时遇到了麻烦。
答案 0 :(得分:0)
你的精确问题“关于python 2.4.3的curses文档”的答案是: