
hockeyfan607
-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Events
Downloads
Gallery
Blogs
Posts posted by hockeyfan607
-
-
Now I'm getting the same syntax error as hockeyfan607's describing. At any rate, thank you for your help.
After trying to solve my problem for a while, I'm still getting that same error. Have you had any luck with it yet?
-
Based on that warning, it looks like it's using a version older than 2.6. Try uninstalling all versions of Python and reinstalling 2.7.1, see if that helps.
I removed all versions of Python from my computer, and re-downloaded and re-installed Python 2.7.1. I'm still getting the same error. Is there some kind of setting I can change in Python launcher so that it doesn't somehow think I'm using an older version?
-
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?
IR-GTS-BW Release
in RAM - NDS Research & Development
Posted
I think I found the problem. My computer has only Leopard, not Snow Leopard, so I think there may be a problem with Terminal not being a new enough version. I tried it on my brother's MacBook, which has Snow Leopard, and now it works perfectly.