On Sun, Feb 28, 2016 at 3:22 PM, Ni Va <[email protected]> wrote: > Hi, > > I have just compiled Vim with +Python/dyn feature but when I start my vim > own distri that uses omnisharp, this says : > > > Error Desktop\Vim\awesomeplugins\omnisharp-vim-master\plugin\OmniSharp.vim > : > ligne 2 : > Error: OmniSharp requires Vim compiled with +python. > > > When I call :ver from within Vim it says that I have +python/dyn included. > > So I don't see where is problem. > > In my windows path I got c:\python27 and c:\python27\include and lib. >
Perhaps you are using 64bit Vim with 32bit Python or vice versa? Additionally if you are using Python-2.7.11, it has problem. You might have to set PYTHONHOME environment variable or edit registry. https://github.com/vim/vim/issues/526. -- Yukihiro Nakadaira - [email protected] -- -- You received this message from the "vim_use" 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_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
