There are several indentation errors in the rr_api.py sample program. I believe I have fixed all of them and they are easy to find. I just tried running the rr_api.py program to get the error message and line numbers, went to those lines in my favorite editor and added the indentation that is needed.
The error lines begin with the string “self.sock.send” and are right below a function definition that begins something like “def WaitVariable”. All you have to do is add some indentation to put the “self.sock.send” line one indent farther in than the function definition. This will get rid of the indentation errors.
I have not tested the rr_api.py program after fixing the indentation, but that will be next on my list of things to do. I have to have RoboRealm running on my main computer (I don’t boot into Windows unless I need to) and then test the rr_api.py program from my other PC in order to test these fixes.
8-Dale