kismet
kismet

Reputation: 11

pymode error detected while processing pymode#run#code_run

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

Upvotes: 1

Views: 239

Answers (1)

Hoohloo
Hoohloo

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

Related Questions