dativebase / old-pyramid

Online Linguistic Database (OLD)
http://www.onlinelinguisticdatabase.org/
8 stars 2 forks source link

SIGKILL from Python Signal library not available on Windows #38

Closed Craig-ling closed 3 years ago

Craig-ling commented 3 years ago

37

Python 3.6 on Windows make create-old-instance OLD_NAME=myold results in "ImportError: cannot import name SIGKILL"

https://docs.python.org/3/library/signal.html

signal.SIGKILL
Kill signal.
It cannot be caught, blocked, or ignored.
Availability: Unix.

modified parser.py to only call SIGKILL on non-windows OS.

jrwdunham commented 3 years ago

Should be resolved by merging of https://github.com/dativebase/old-pyramid/pull/37