Post
Topic
Board Beginners & Help
Topic OP
Python Error
by
cosmarchy
on 04/09/2013, 19:53:54 UTC
When I try and run a python program on my raspberrypi I am getting the following error:

Quote
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 Huh Huh Huh