Skip to content

Python files returns error #39

@Sicks3c

Description

@Sicks3c

Hello

I'm using Kali Os in virtualbox
I have followed the installation structure, Everything works fine but when I try to open a python file
I get this weird error

line 2: E319: Sorry, the command is not available in this version: python import sys, vim line 3: E319: Sorry, the command is not available in this version: python sys.path.insert(0, vim.eval('a:plugin _root')) line 4: E319: Sorry, the command is not available in this version: python sys.path = vim.eval('a:paths') + sys. path Error detected while processing /root/.vim/bundle/python-mode/autoload/pymode/virtualenv.vim: line 3: E319: Sorry, the command is not available in this version: python from pymode.virtualenv import enable_ virtualenv Error detected while processing function pymode#breakpoint#init: line 9: E319: Sorry, the command is not available in this version: python << EOF line 11: E492: Not an editor command: from pymode.libs.six import PY3 line 13: E121: Undefined variable: PY3 E15: Invalid expression: PY3: line 17: E488: Trailing characters: else: line 20: E488: Trailing characters: try: line 31: E170: Missing :endfor Tagbar: Exuberant ctags not found! Please download Exuberant Ctags from ctags.sourceforge.net and install it in a directory in your $PATH or set g:tagbar_ctags_bin. Error detected while processing function tagbar#autoopen[9]..<SNR>116_IsValidFile: line 29: E121: Undefined variable: s:known_types E116: Invalid arguments for function has_key(s:known_types, a:ftype) E15: Invalid expression: !has_key(s:known_types, a:ftype) Press ENTER or type command to continue 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions