Search Results

by dsandber
Tue Feb 28, 2023 2:58 pm
Forum: Python
Topic: Bug: KeyboardInterrupt is not called
Replies: 1
Views: 13389

Bug: KeyboardInterrupt is not called

In the code below, if I ctrl^c, the message "Got KB interrupt" is not shown. If I comment out the "scale.openWai..." line, then "Got KB interrupt" is shown when I ctrl^C. The normal control-flow of the program should not be changed just because a Phidget is being used. ...