我正在尝试curses
在 Qpython 上编写脚本,但 qpy2 或 3 都不起作用。在 Qpython 2 上,import curses
说 ' module not found
',在 Qpython 3 上,它可以工作,但一开始initscr
它会崩溃,但出现以下异常:
Traceback (most recent call last):
File "/mnt/sdcard/com.hipipal.qpyplus/scripts3/testcurses.py", line 4, in <module>
win=curses.initscr()
File "/data/data/com.hipipal.qpy3/files/lib/python3.2/python32.zip/curses/__init__.py", line 31, in initscr
_curses.error: setupterm: could not find terminal
我正在使用 Qpython 3 附带的示例作为测试。如果这有帮助,我正在使用 kindle fire HD(旧的)和来自 google play 的侧载 APK。(不,我没有扎根)