1

After installed vim-plugin Pymode, at first, I can successfully run my python code in vim. But after a while, there is something wrong like this: enter image description here

Triyugi Narayan Mani
  • 3,039
  • 8
  • 36
  • 56
kismet
  • 11
  • 2

1 Answers1

0

This err take place when you are using default vim package. Check in terminal by :vim --version. Default vim unsupport python3 code. You have to compile vim with support python3.