Reputation: 11
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:
Upvotes: 1
Views: 239
Reputation: 1
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.
Upvotes: 0