i compile vim from source on a daily basis, lately i encounter an issue, when 
vim is not compiled with python support.

$ vim --version
...
+python/dyn
+python3/dyn
...

The build process i follow, is this one 
https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source

i do set python configuration directory for both (python2.7 and python) like so:

$ ./configure --with-features=huge           \  
              --enable-multibyte             \
              --enable-rubyinterp             \
              --enable-pythoninterp            \ 
              --with-python-config-dir=/usr/lib/python2.7/config-i386-linux-gnu 
\
              --enable-python3interp             \
              
--with-python3-config-dir=/usr/lib/python3.5/config-3.5m-i386-linux-gnu         
    \
              --enable-perlinterp             \
              --enable-luainterp             \
              --enable-gui=gtk2  \
              --enable-cscope \
              --prefix=/usr

i'am using linux, python-dev and python3-dev are installed, 

:echo has('python') return 0

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui