pymode error detected while processing pymode#run#code_run

216 views Asked by At

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

1

There are 1 answers

0
Hoohloo On

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.