Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/work/output/target/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 206, in <module>
  3. exitcode = main(args)
  4. File "/work/output/target/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 144, in main
  5. return runner.runCommand(command)
  6. File "/usr/lib/python2.7/site-packages/configgen/utils/runner.py", line 21, in runCommand
  7. proc = subprocess.Popen(command.array, env=command.env, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  8. File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
  9. errread, errwrite)
  10. File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
  11. raise child_exception
  12. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement