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

Error after opening a python file in vim #41

Closed
suyog-pipliwaal opened this issue Sep 4, 2020 · 1 comment
Closed

Error after opening a python file in vim #41

suyog-pipliwaal opened this issue Sep 4, 2020 · 1 comment
Assignees
Labels

Comments

@suyog-pipliwaal
Copy link

Every time I open a python file the vim shows some bunch of error (refer screenshot) and the python file contains
`import sys
print ("hello world!")
some_text = input ("Please enter some text ")
print (some_text)
~
~
. I have also attached the output of
Screenshot from 2020-09-05 02-20-33
Screenshot from 2020-09-05 02-21-04

vim --version. Kindle look it up and please explain why it is happening and how to fix it. Thanks in advance.

@rmk135 rmk135 self-assigned this Sep 4, 2020
@rmk135 rmk135 added the question label Sep 4, 2020
@rmk135
Copy link
Member

rmk135 commented Sep 4, 2020

Hi,

If you use Ubuntu do: sudo apt-get install ctags

You need to install ctags. Otherwise google for install ctags <your os>.

Regards,
Roman

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

No branches or pull requests

2 participants