Jump to content

tndrnss

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tndrnss

  1. 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?

    I'm having the same issue as this man.

    Oqv5M.png

    And yes, I only have Python 2.7 installed.

×
×
  • Create New...