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: invalid syntax #2

Closed
zarere opened this issue May 4, 2014 · 2 comments
Closed

SyntaxError: invalid syntax #2

zarere opened this issue May 4, 2014 · 2 comments
Assignees

Comments

@zarere
Copy link

zarere commented May 4, 2014

Hello AeonDave,

Now I get
[martin@localhost tilt]$ python tilt.py -u
Traceback (most recent call last):
File "tilt.py", line 11, in
from lib import actions
File "/home/martin/Downloads/tilt/lib/actions.py", line 19
print ""
^
SyntaxError: invalid syntax
[martin@localhost tilt]$ python tilt.py -t 8.8.8.8
Traceback (most recent call last):
File "tilt.py", line 11, in
from lib import actions
File "/home/martin/Downloads/tilt/lib/actions.py", line 19
print ""
^
SyntaxError: invalid syntax

@zarere
Copy link
Author

zarere commented May 4, 2014

Hello AeonDave,

I was testing this now with Arch linux python version:

[martin@localhost tilt]$ python -V
Python 3.4.0

@AeonDave
Copy link
Owner

AeonDave commented May 5, 2014

u have to use Python 2.7.x
i'm testing and working with Python 2.7.3

@AeonDave AeonDave self-assigned this May 7, 2014
@AeonDave AeonDave closed this as completed May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants