Closed larsks closed 11 years ago
In pifacecommon.interrupts, there is a reference to a Timeout exception:
pifacecommon.interrupts
Timeout
276 raise Timeout("Waiting too long for %s." % filename)
The Timeout exception is not defined in this file, nor does it appear to be a native Python exception.
I've added the Timeout class in the testing branch, are you having any other issues with interrupts?
In
pifacecommon.interrupts
, there is a reference to aTimeout
exception:The
Timeout
exception is not defined in this file, nor does it appear to be a native Python exception.