Python signal doesn't seem to work on Windows even if I run the python script inside Cygwin. I'm getting the AttributeError: 'module' object has no attribute SIGALRM
Is there a way to go around this on Windows. I'm just running the example at the end of http://docs.python.org/2/library/signal.html
SIGALRM
doesn't work in Windows. From the documentation:
On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case.
This question addresses the topic of getting a SIGALRM
equivalent in Windows. And this question is also similar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With