Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim crashes and gets ImportError: cannot import name MAXREPEAT #203

Closed
lv10 opened this issue Oct 18, 2013 · 3 comments
Closed

Vim crashes and gets ImportError: cannot import name MAXREPEAT #203

lv10 opened this issue Oct 18, 2013 · 3 comments

Comments

@lv10
Copy link

lv10 commented Oct 18, 2013

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

@davidhalter
Copy link
Owner

screenshot is way to small...

@gotgenes
Copy link
Contributor

@lv10 On which platform does this occur? Is this OS X? Are you using MacVim? This sounds like the following:

ycm-core/YouCompleteMe#241
https://bugs.launchpad.net/ultisnips/+bug/1178439
http://isotope11.com/blog/fix-your-python-2-dot-7-4-maxrepeat-importerror-issues
https://trac.macports.org/ticket/39207
http://stackoverflow.com/questions/16625421/python-and-homebrew-vim

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.

@davidhalter
Copy link
Owner

Thanks @gotgenes

Since I didn't receive an answer anymore, I'm closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants