We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I was testing this now with Arch linux python version:
[martin@localhost tilt]$ python -V Python 3.4.0
Sorry, something went wrong.
u have to use Python 2.7.x i'm testing and working with Python 2.7.3
AeonDave
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: