Whenever I try to do this it tells me this:
This is a .sh file I have to run to decompile some files to be able to modify a game called Minecraft (it uses Java)
Code:
macpro:mcp72 mcmacker4$ bash /Users/mcmacker4/Desktop/mcp72/decompile.sh
/Users/mcmacker4/Desktop/mcp72/runtime/commands.py:137: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "runtime/decompile.py", line 13, in <module>
from commands import Commands, CLIENT, SERVER, CalledProcessError
File "/Users/mcmacker4/Desktop/mcp72/runtime/commands.py", line 137
with open(csvfile, 'rb') as fh:
^
SyntaxError: invalid syntax
This is a .sh file I have to run to decompile some files to be able to modify a game called Minecraft (it uses Java)
Last edited: