Advertisement
raiders13rugger

local python2.7 powerline error

Mar 4th, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "<string>", line 4, in <module>
  3. File "/home/matt/.local/lib/python2.7/site-packages/powerline/vim.py", line 15, in <module>
  4. from powerline.bindings.vim import vim_get_func, vim_getvar, get_vim_encoding, python_to_vim
  5. File "/home/matt/.local/lib/python2.7/site-packages/powerline/bindings/vim/__init__.py", line 195, in <module>
  6. lambda value: dict((
  7. AttributeError: 'LegacyVim' object has no attribute 'bindeval'
  8. An error occurred while importing powerline module.
  9. This could be caused by invalid sys.path setting,
  10. or by an incompatible Python version (powerline requires
  11. Python 2.6, 2.7 or 3.2 and later to work). Please consult
  12. the troubleshooting section in the documentation for
  13. possible solutions.
  14. If powerline on your system is installed for python 3 only you
  15. should set g:powerline_pycmd to "py3" to make it load correctly.
  16. Error detected while processing function provider#python#Call:
  17. line 18:
  18. Traceback (most recent call last):
  19. File "<string>", line 53, in <module>
  20. File "<string>", line 40, in powerline_troubleshoot
  21. File "/home/matt/.local/lib/python2.7/site-packages/powerline/lint/__init__.py", line 12, in <module>
  22. from powerline.segments.vim import vim_modes
  23. File "/home/matt/.local/lib/python2.7/site-packages/powerline/segments/vim/__init__.py", line 16, in <module>
  24. from powerline.bindings.vim import (vim_get_func, getbufvar, vim_getbufoption,
  25. File "/home/matt/.local/lib/python2.7/site-packages/powerline/bindings/vim/__init__.py", line 195, in <module>
  26. lambda value: dict((
  27. AttributeError: 'LegacyVim' object has no attribute 'bindeval'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement