I have a PiFace CAD 2 on a Pi3 and the ir examples do not work. irw works and it is recognizing cmds from the ir remote. But the radio.py example fails w/ trace back:
Playing 6 Music.
Traceback (most recent call last):
File "/home/pi/Desktop/radio.py", line 221, in <module>
lircrc="/usr/share/doc/python3-pifacecad/examples/radiolircrc")
File "/usr/lib/python3/dist-packages/pifacecad/ir.py", line 39, in __init__
self.event_queue = multiprocessing.queues.SimpleQueue()
TypeError: __init__() missing 1 required keyword-only argument: 'ctx'
other examplse give the same "missing 1 required keyword-only"




