我正在尝试在Qpython上创建一个curses
脚本,但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附带的示例作为测试。 如果这有帮助,我会使用带有侧载APK的gole fire HD(旧版)。 (不,我没有根)