Hi!
If i would install Forge, i become this error:
C:\Users\akempf\Desktop\Forge-Modding\forge>python install.py
C:\Users\akempf\Desktop\Forge-Modding\forge\forge.py:26: Warning: 'with' will become a reserved keyword
in Python 2.6
Traceback (most recent call last):
File "install.py", line 12, in <module>
from forge import apply_forge_patches
File "C:\Users\akempf\Desktop\Forge-Modding\forge\forge.py", line 26
with open(hook_file, 'r') as fh:
^
SyntaxError: invalid syntax
C:\Users\censored\Forge-Modding\forge>python install.py
C:\Users\censored\Forge-Modding\forge\forge.py:26: Warning: 'with' will become a reserved keyword
in Python 2.6
Traceback (most recent call last):
File "install.py", line 12, in <module>
from forge import apply_forge_patches
File "C:\Users\censored\Forge-Modding\forge\forge.py", line 26
with open(hook_file, 'r') as fh:
^
SyntaxError: invalid syntax[/ccode]
Why ?