Pymode requires vim compiled with +python. Most of features will be disabled.


$ cd vim
$ ./configure --enable-pythoninterp
$ make
$ sudo make install