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

Python support broken in 109 on OS X 10.9.5 #350

Closed
RubenVerborgh opened this Issue Sep 13, 2016 · 6 comments

Comments

Projects
None yet
6 participants
@RubenVerborgh

RubenVerborgh commented Sep 13, 2016

When upgrading to version 8.0 (109), Python support broke on OS X 10.9.5. When starting Vim, I get:

Error detected while processing function <SNR>24_InitializePythonBuiltin:
line   23:
E887: Sorry, this command is disabled, the Python's site module could not be loaded.
Error detected while processing function <SNR>24_InitializePythonBuiltin:
line   23:
E887: Sorry, this command is disabled, the Python's site module could not be loaded.

The package requiring Python is editorconfig-vim.

@krid78

This comment has been minimized.

Show comment
Hide comment
@krid78

krid78 Sep 13, 2016

I see a similar issue with UltiSnips.

This is a possible duplicate of #349

krid78 commented Sep 13, 2016

I see a similar issue with UltiSnips.

This is a possible duplicate of #349

@Viqsi

This comment has been minimized.

Show comment
Hide comment
@Viqsi

Viqsi Sep 13, 2016

I'm getting the same issue with simplenote.vim on OSX 10.11.6, so it's not confined to Mavericks.

Viqsi commented Sep 13, 2016

I'm getting the same issue with simplenote.vim on OSX 10.11.6, so it's not confined to Mavericks.

@oluckyman

This comment has been minimized.

Show comment
Hide comment
@oluckyman

oluckyman Sep 13, 2016

Just updated to 8.0.3. and getting "Sorry, this command is disabled" while starting (because of YouCompleteMe plugin).
Also the same error when run command :py import sys

oluckyman commented Sep 13, 2016

Just updated to 8.0.3. and getting "Sorry, this command is disabled" while starting (because of YouCompleteMe plugin).
Also the same error when run command :py import sys

@liming01

This comment has been minimized.

Show comment
Hide comment
@liming01

liming01 Sep 13, 2016

I get same error for YouCompleteMe plugin in macvim 8 on mac 10.11, however all versions of macvim 7 works fine.

YouCompleteMe unavailable: dlopen(/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not foun
d: __PyCodecInfo_GetIncrementalDecoder
Referenced from: /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so

liming01 commented Sep 13, 2016

I get same error for YouCompleteMe plugin in macvim 8 on mac 10.11, however all versions of macvim 7 works fine.

YouCompleteMe unavailable: dlopen(/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not foun
d: __PyCodecInfo_GetIncrementalDecoder
Referenced from: /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so

@splhack

This comment has been minimized.

Show comment
Hide comment
Member

splhack commented Sep 14, 2016

@splhack splhack closed this Sep 14, 2016

@RubenVerborgh

This comment has been minimized.

Show comment
Hide comment
@RubenVerborgh

RubenVerborgh Sep 14, 2016

Thanks, the fix works!

RubenVerborgh commented Sep 14, 2016

Thanks, the fix works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment