You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing jedi using Vundle(also happens) installing without bundle, vim crashes looking the terminal and displaying an ImportError: cannot name import name MAXREPEAT.
I experience this issue with MacVim when I when I specify the variants "+python27 +python3". The solution for me was to build a "-python27 +python3" variant when I want to edit Python 3 projects, and "+python27" when I want to edit Python 2 projects.
After installing jedi using Vundle(also happens) installing without bundle, vim crashes looking the terminal and displaying an ImportError: cannot name import name MAXREPEAT.
Here is a screenshot of the whole thing (I couldn't copy/paste since the terminal is stuck):
http://s2.postimg.org/goz76vac9/Screen_Shot_2013_10_18_at_12_59_55_AM.png
The text was updated successfully, but these errors were encountered: