PDA

View Full Version : Vim, YouCompleteMe and python/dyn



karlsonkatuselt
August 28th, 2016, 10:10 AM
Hello. I'm trying to set up Vim as an IDE for python 3 development. The problem i get is that after i installed YCM plugin, i get the "YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+) support" error message. I have python/dyn and python3/dyn in my vim install. I found this thread on the problem: https://github.com/Valloric/YouCompleteMe/issues/1907 where it says that even though i have python dynamically available, I have to get Vim to load it. My question is: how can i do it? Bear in mind that I'm a vim noob and know only a little about linux. So you can overflow me with information as long as it is explicit. Thank you.