Error: Required vim compiled with +pythonのエラーについて

VimPythonのオムニ補完を使おうと思ったら、
Error: Required vim compiled with +pythonって出た。
 
vim --versionでpythonの状態を確認した後、
Macportsを使ってVimをリビルドしておいた。
(MacBook Airを新しく買った後、するのを忘れていた)
 
 

$vim --version | grep python
+path_extra -perl +persistent_undo +postscript +printer +profile -python 
-python3 +quickfix ...
$sudo port install vim +python27

 
 
 
 

Vimテクニックバイブル ?作業効率をカイゼンする150の技

Vimテクニックバイブル ?作業効率をカイゼンする150の技

vi/Vim コマンドポケットリファレンス

vi/Vim コマンドポケットリファレンス

Practical Vim: Edit Text at the Speed of Thought (Pragmatic Programmers)

Practical Vim: Edit Text at the Speed of Thought (Pragmatic Programmers)

入門vi 第6版

入門vi 第6版

はじめてのvi&Vim (エッセンシャルソフトウェアガイドブック)

はじめてのvi&Vim (エッセンシャルソフトウェアガイドブック)