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