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
  • 28,822
  • 27
  • 83
  • 158

0 Answers0