Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./decompile.py", line 102, in <module>
  3. MinecraftDecompiler.run()
  4. File "./decompile.py", line 31, in run
  5. cls.fix()
  6. File "./decompile.py", line 51, in fix
  7. run_command('"%s" -b "%s"' % (dict_variable['MCPJR'], cls.TEMP), MCPLOG, 'null')
  8. File "/home/michael/test/mcp/mcp.py", line 133, in run_command
  9. result_code = subprocess.call(shlex.split(cmd), stdout=descriptor_output, stderr=descriptor_error)
  10. File "/usr/lib/python2.6/subprocess.py", line 470, in call
  11. return Popen(*popenargs, **kwargs).wait()
  12. File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
  13. errread, errwrite)
  14. File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
  15. raise child_exception
  16. OSError: [Errno 13] Permission denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement