ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

qmake is the executable that it is trying to run, based on ['qmake', '-query'], ... being passed to subprocess, and if it is not on the PATH then you could get the error you're getting: OSError: [Errno 2] No such file or directory, see: http://www.linfo.org/path_env_var.html