Search results

  1. S

    Cave Story Python save converter

    Tried that, the full path was: /Library/Frameworks/Python.framework/Versions/2.7/bin /Library/Frameworks/Python.framework/Versions/2.6/bin /bin /sbin /usr/bin /usr/sbin But it said it was version 2.7.1... Anyway, now it gives me a 'permission denied' every time I try to run it.
  2. S

    Cave Story Python save converter

    CSC v0.3 beta/cavesaveconv.py", line 388 print "Quote is in map", map, "at", '(' + `horz` + ',' + `vert` + ')', "facing", "right" if dir == 2 else "left" ^ SyntaxError: invalid syntax I'm thinking something's probably REALLY screwed over with my python install if this isn't happening to anybody...
  3. S

    Cave Story Python save converter

    The very first error I got was a fresh download, so I tried editing the file to see if I could fix it. It didn't work, and I posted the resulting error. I then tried a fresh download, and got the same error as the very first error. (If that makes sense).
  4. S

    Cave Story Python save converter

    I tried it on a fresh download, and I get that exact error.
  5. S

    Cave Story Python save converter

    Still getting it... File "./cavesaveconv.py", line 388 print "Quote is in map", map, "at", '(' + `horz` + ',' + `vert` + ')', "facing", if dir == 2: "right" else: "left" ^ SyntaxError: invalid syntax Running 2.7.1...
  6. S

    Cave Story Python save converter

    Sorry for the LARGE necro/bump, but I'm having a problem: I've got python 2.6.4, running it on a 10.4.11 tiger machine, and when I run the .py, I get this: Ultra:~ joshua$ ./cavesaveconv.py -bash: ./cavesaveconv.py: No such file or directory Ultra:~ joshua$ /Users/joshua/Desktop/CSC\ v0.3\...
Top