When I try and run a python program on my raspberrypi I am getting the following error:
from jsonrpc import ServiceProxy, authProxy ImportError: cannot import name authProxy
Does anyone know how to fix this? I initially thought it may be a missing package but I believe jsonrpc is installed and I cannot see any other package which might be missing