Posted by andreas.riegg
The PiFaceDigital driver is missing a close() method.
Solution would be to add
def close(self): mcp.close()
to the driver.
Andreas