I' ve recently installed Mavericks OS X.
Since then I am unable to manipulate a .py file using vim.
I can use vi some_filename
as usual, but when I run vi some_filename.py
I get the following error in the terminal:
"some_filename" [New File]ImportError: No module named site.
The weirdest thing is that the next line (Prompt) is intended far to the right, nothing of what I am typing is visible and after I press the return key the next prompt is intended even further to the right of the screen.
I use Canopy distribution as my default Python environment so maybe the issue has something to do with this fact