2016 Sep 10, 01:36 AM
I figured out the problem, and I don't think it had anything to do with the sip.py code. Somehow, my raspbian lsb-release package seems to have disappeared.
The solution was to run the following commands to update the utility lsb_release which is in the package lsb-release which is in raspbian.
>sudo apt-get update
>sudo apt-get install lsb-release
Now I'm back in business! and my lawn and garden will be happier for it.
Thanks for reading.
The solution was to run the following commands to update the utility lsb_release which is in the package lsb-release which is in raspbian.
>sudo apt-get update
>sudo apt-get install lsb-release
Now I'm back in business! and my lawn and garden will be happier for it.
Thanks for reading.