2

I am trying to implement SIGALRM in python, but when I run the code, I get an error:

AttributeError: 'module' object has no attribute 'SIGALRM'

When I check the autocomplete options, the attributes of signal all populate the list (except for SIGALRM), so signal.py is obviously getting read at some level...

Is there a fix for this?

Chris
  • 21,703
  • 21
  • 59
  • 114

0 Answers0