zaksabeast / DreamRadarCartRedirect

A patch for dream radar redirecting nds cart reading/writing to a file on the SD
GNU General Public License v3.0
74 stars 4 forks source link

SyntaxError: invalid syntax at line 93 #2

Closed TheUnoveanSnivy closed 3 years ago

TheUnoveanSnivy commented 3 years ago

Hello! Thank you very much for taking the time to code this. However, when I tried to follow the instructions of the readme file all I got was an Invalid Syntax Error at Line 93 when trying to run the "python poke_redirect.py -h" script. Thank you very much!

Syntax Error 93

zaksabeast commented 3 years ago

Hello! I wrote the original patch in assembly, but DRayX is the one who added the python script.

That said, I believe this issue is caused from using Python 2, and the script requires Python 3. Could you try running python --version and see if you're using 2 or 3?

If you're using 2, try installing 3 and see if that fixes the issue.

TheUnoveanSnivy commented 3 years ago

That fixed it! Had Python 2.7 as the default. I'll try to figure out the other steps from here. Thank you very much!