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
  • 25,362
  • 24
  • 71
  • 129

0 Answers0