1
tigetstr後我升級Ubuntu的我的Python改爲2.6.6和打電話時我app.py不輟 誤差與詛咒在Python 2.6.6
sys.stdout.write(curses.tigetstr('civis'))
它寫道:
Traceback (most recent call last):
File "app.py", line 60, in <module>
sys.stdout.write(curses.tigetstr('civis'))
TypeError: argument 1 must be string or read-only character buffer, not None
我應該改變我的代碼更新版本的Python嗎?
這對我不起作用,但我正在做另一次Ubuntu升級。 – xralf
Python'2.7.2'確定。 – xralf