RemoteGui in Python
Since the Ice interface has been reverted to plain Ice types (no C++ types anymore), it was easy to add RemoteGui functionality to python. I tried to wrap the Ice interface into a usable Python interface.
An example client can be seen in examples/remote_gui.py. The example is almost exactly the same as the RemoteGuiExample2.cpp in ArmarXGui.