On 4/17/12, Senthil Kumaran <[email protected]> wrote: > On Tuesday, 17 April 2012 09:59:25 UTC+8, char101 wrote: > >> Just add this line in your .vimrc before using any python commands >> >> let $PYTHONHOME='<your python install dir>' > > I tried this, but it did not help. > > The error message has something to do with virtual environments and I am not > sure what is happening with a vim plugin is calling python <<<EOF > followed-by-python-code within it.
Hi, Sorry I didn't read the error messages thoroughly If you run this command python import os; print os.__file__ does it show the right file (probably there is another os.py in the python sys.path). -- 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
