I installed macvim with homebrew, with python support. My incantation was as follow:
brew install macvim --override-system-vim
Now when I open a python file, I get a series of errors if I try to import anything. e.g. if I import re
I see ImportError: no module name re
.
The first time I open macvim after installing, I get 'import site' failed; use -v for traceback
in the terminal where I opened macvim. This is after running my first python command.
What does this mean and and how do I fix it?