I am trying to decompile the minecraft bin folder for modding right now and have run into this error multiple times and I have looked around and couldn’t find a way to fix it.
The Error:

The files referenced in the picture are here and here.
I have Python 3.2.3 installed so I don’t know why it says Python 2.6.
Thanks for any help in advance!
–ZD9
The script uses Python 2 and requires, as we can see, Python 2.6+, while you have Python 2.5 or older installed.
Python 3 doesn’t count here.