I installed macvim with homebrew, with python support. My spell was as follows:
brew install macvim
Now when I open the python file, I get a series of errors if I try to import something. for example, if I import re , I see ImportError: no module name re .
The first time I open macvim after installation, I get 'import site' failed; use -v for traceback 'import site' failed; use -v for traceback in the terminal where I opened macvim. This is after running my first python command.
What does it mean and how to fix it?
source share