TL : DR : 현재 Windows에서 지원되지 않습니다 (dec 2017).
설치가 끊어졌습니다. 프로젝트의 GitHub 페이지 에서 jpterm.py
을 가져와 \pythonXX\Scripts\
폴더로 가져올 수 있습니다.
그런 다음 당신이 얻을 것이다 :
Traceback (most recent call last):
File "C:\Python36\Scripts\jpterm.py", line 239, in <module>
sys.exit(main())
File "C:\Python36\Scripts\jpterm.py", line 228, in main
screen = urwid.raw_display.Screen()
File "C:\Python36\lib\site-packages\Traceback (most recent call last):
File "C:\Python36\Scripts\jpterm.py", line 239, in <module>
sys.exit(main())
File "C:\Python36\Scripts\jpterm.py", line 228, in main
screen = urwid.raw_display.Screen()
File "C:\Python36\lib\site-packages\urwid\raw_display.py", line 85, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
NameError: name 'fcntl' is not defined\raw_display.py", line 85, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
**NameError: name 'fcntl' is not defined**
을 ... 그리고 urwid
프로젝트 문제에서 (터미널에서 "창"을 그리는 일을)를 찾고이를 얻을 수 있습니다 :
를 기본적으로 'urwid Windows를 지원하지 않습니다'라고
https://github.com/urwid/urwid/issues/152
.