Page 1 of 1

USB Permissions on Mac

Posted: Thu Apr 16, 2015 4:38 pm
by tunasushi
I have the client working on my Mac, but it doesn't have permission to use the USB radio. When I try to do "sudo python cfclient," it tells me that I don't have pyusb installed. Does anyone know how to fix this? Thanks!

Re: USB Permissions on Mac

Posted: Mon Apr 20, 2015 8:03 pm
by chad
It sounds like "python" is not invoking the correct python. How did you install pyusb? MacPorts, brew? You will need to make sure the Python installed with those systems is the active one. There are a number of ways to do this depending on what you used to install pyusb.