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:
Asked
Active
Viewed 184 times
1

Triyugi Narayan Mani
- 3,039
- 8
- 36
- 56

kismet
- 11
- 2
-
Please explain more about your environment – seuling Oct 22 '18 at 16:12
-
operation system is mac, and the vim is installed by brew, and the version is 8.1. the vim support python3 – kismet Oct 23 '18 at 01:36
1 Answers
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.

Hoohloo
- 1