> After installing vim7.3 on a ubuntu system, I had again the problem that > import did not work for .so libraries in lib-dynload. I found that > sys.path was initialized with "/usr/..." instead of "/usr/local/...". On > ubuntu (and probably on other linux distros as well) python3 is > installed in /usr/local while python2 is installed in /usr. > > The attached patch calls Py_SetPythonHome with PYTHON3_PREFIX defined by > configure. > This solves the problem.
Why the hell happened there? Seems you replied to the wrong thread and managed to change the subject. Look at http://groups.google.com/group/vim_dev/browse_thread/thread/6972ae8d369cf671/a183f61488f3006c# Philippe -- 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
