Hi guys, I compiled VIM7.3 from the source code, that clone from the trunk (https://vim.googlecode.com/hg/ ), and configured it like this: $ configure --prefix=/home/userx/usr/vim/install/x86 --enable-cscope --enable-multibyte --with-features=huge --enable-pythoninterp=yes --enable-python3interp=yes --enable-fontset
I want the '+python' to be enabled in my VIM, everything goes well, without any warnings or error while built. However, the feature of "+Python" cannot work, when I edit an .py file and hit <tab> for auto-complete (I use omnicppcomplete), errors are thrown: Error: Required vim compiled with +python Error: Required vim compiled with +python E117: Unknown function: pythoncomplete#Complete Press ENTER or type command to continue But the feature of "+Python" has been enabled: $ vim --version |grep python +path_extra -perl +persistent_undo +postscript +printer +profile* +python*/dyn *+python3*/dyn +quickfix +reltime +rightleft -ruby +scrollbind +signs How to fix this issue? (omnicppcomplete works well before I re-built the VIM). Much thanks, Delian -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
