Relative Content

Tag Archive for pythonsignalsposixqnxkeyboardinterrupt

Python KeyboardInterrupt Ctrl+C issue on QNX

I’m having an issue catching KeyboardInterrupt when running python on QNX. Code is below. It runs fine on Windows but when running on QNX I get the following error when raising the KeyboardInterrupt exception in code: “signal: Not supported”