无法将python-2.7 curses移植到python-2.4

时间:2013-05-13 18:28:27

标签: python ncurses curses python-2.4

我在家里编写了我的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的任何文档,所以我在移植它时遇到了麻烦。

1 个答案:

答案 0 :(得分:0)

你的精确问题“关于python 2.4.3的curses文档”的答案是:

http://docs.python.org/release/2.4.3/lib/module-curses.html