Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Error detected while processing function UltiSnips#bootstrap#Bootstrap:
  2. line 35:
  3. Traceback (most recent call last):
  4. File "<string>", line 1, in <module>
  5. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/__init__.py", line 8, in <module>
  6. from UltiSnips.snippet_manager import SnippetManager
  7. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet_manager.py", line 16, in <module>
  8. from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition
  9. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/__init__.py", line 3, in <module>
  10. from UltiSnips.snippet.definition.ultisnips import UltiSnipsSnippetDefinition
  11. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/ultisnips.py", line 6, in <module>
  12. from UltiSnips.snippet.definition._base import SnippetDefinition
  13. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/_base.py", line 12, in <module>
  14. from UltiSnips.text_objects import SnippetInstance
  15. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/text_objects/__init__.py", line 9, in <module>
  16. from UltiSnips.text_objects._shell_code import ShellCode
  17. File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/text_objects/_shell_code.py", line 10, in <module>
  18. import tempfile
  19. File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py", line 32, in <module>
  20. import io as _io
  21. File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py", line 51, in <module>
  22. import _io
  23. ImportError: dlopen(/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found: __PyErr_ReplaceException
  24. Referenced from: /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
  25. Expected in: flat namespace
  26. in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement