Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError? #2

Open
lshachar opened this issue Sep 28, 2017 · 1 comment
Open

SyntaxError? #2

lshachar opened this issue Sep 28, 2017 · 1 comment

Comments

@lshachar
Copy link

lshachar commented Sep 28, 2017

Hey! Thank you for writing this tool!
I'm not able to use it, though. I know nothing at all about python, so I might be doing something wrong.
here's the error I'm getting:

D:\Program Files\DashWare\IGC2CSV-master>python IGC2CSV.py 2017-09-22-XCT-SLI-01.igc
File "IGC2CSV.py", line 103
print "Header (not implemented): {}".format(line[1:])
^
SyntaxError: invalid syntax

(python 3.6. The ^ character points to the second " character, at the actual error message. -right before the word format)

@OverloadUT
Copy link
Owner

Hi @lshachar! Unfortunately I haven't touched this project in a while.

The first thing I would suggest is to try to run it in Python 2.7. I can't remember which version of Python I built this script for (I should have put it in the readme!) but a SyntaxError makes me think that this is a pretty fundamental issue, so a Python version mismatch seems likely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants