I am trying to run it on my Mac. I'm using Python 2.7.1. When I try to open it I get this message:
Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "/Users/Ryan/Downloads/ir-gts-bw/ir-gts-bw.py", line 12, in <module>
from src.getpkm import getpkm
File "/Users/Ryan/Downloads/ir-gts-bw/src/getpkm.py", line 45
with open(fullpath, 'wb') as f:
^
SyntaxError: invalid syntax
Anyone know how I can fix this?