> > 11: File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child > 11: raise child_exception > 11: OSError: [Errno 2] No such file or directory
If I understand the exception correctly, it comes from a Python script called "testme" that is trying to run a binary called "broker" as a subprocess. That "broker" binary is not found. So, why is it missing? Was it built? Try running `find . -name 'broker'` if it's somewhere under build/ -- Mit freundlichen Grüßen / Kind regards Jiri Daněk
