-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[python] print(this,end=' ') is highlighted as syntax error #2064
Comments
For me if I switch to a python 3 environment then this is not highlighted as an error. In python 2 this is highlighted as a syntax error as you explained. It seems that the I think your syntax checker is not the python 3 version. |
right, so I'm running python 3 REPL and stuff but flychecker is using the system default for python version? Maybe the other issue will iron this one out at the same time! |
Yes if pyflakes is not installed in your python 3 environment it will only find the one of the system installation. |
oh right cool - I've just installed that in the venv |
Is it ok ? |
nope - still have the issue |
@geo7 What's the current status of this issue? |
@StreakyCobra still present for me. Simply writing print("hellooo", end=' ') should reproduce |
I can't. What does the error say? |
It says following. I assume it's related to python 2/3 being not detected properly as cpaulik has mentioned. |
This is an issue with |
On my system
|
|
2.7.5 is for legacy reasons! Anyhow, it's a |
The first instance of
Is highlighted as a syntax error, all others in the file are fine
The text was updated successfully, but these errors were encountered: