ivanov/vim-ipython

Segmentation Fault in Starting :IPython

Opened this issue · 1 comments

Hi,

I have python installed through anaconda (Anaconda-2.1.0) located at:

/home/fong/usr/anaconda

I compiled vim7.4 from source making sure to configure it with the python from anaconda:

./configure --enable-pythoninterp --with-python-config-dir=/home/fong/usr/anaconda/lib/python2.7/config

I installed vim-ipython using Vundle by adding it to my ~/.vimrc file:

Plugin 'ivanov/vim-ipython'

This installed successfully. Starting ipython kernel from another session was okay, and then when starting up vim test.py I was able to detect the ipy.vim (located at ~/.vim/bundle/vim-ipython/ftplugin/python/ipy.vim) and thus :IPython command was available. However, what happened immediately was a segmentation fault:

Vim: Caught deadly signal SEGV Segmentation fault

Has anyone else encountered this? Have I installed it wrong?

Thanks!

I have the same problem.