I just had the exact same problem, on OS X 10.5.7 vim 7.2 Python 2.6.2. Had installed Python previously from the pkg provided on the website. Rebuilt it with ./config --enabled-shared, which builds the interpreter into a shared library which can be used by other applications.
After that, I rebuilt vim and tada, it works... =P On 8 Mai, 06:07, Ajeet <[email protected]> wrote: > Hi, > > I am building vim7.2 from source without any patches. I execute > configure as follows > > ./configure --enable-pythoninterp > > This finds python and its config files correctly. make also runs fine. > However, after I run "vim --version" I get "-python" meaning python > interpreter is not installed. What could be the problem? > > -- > Regards, > Ajeet --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
