Thanks to you and sc, I disabled python3 and re-compiled the package, and the issue was fixed. It works well now.
Thanks again, Delian 2011/3/29 Ben Schmidt <[email protected]> > 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 >> > > It has /dyn variants, which means it links dynamically to the Python > libraries. Maybe it can't find them when it starts up, so runs in > -python mode (I don't know whether looking at :version within vim would > confirm this or not, but it's worth a look). > > You might have better success if you only use one Python version (if > that is workable for you), in which case Vim may well link to Python > statically, too, which might eliminate the problem (Vim can't link > statically when both versions are enabled). > > Ben. > > > > > -- > 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 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
