ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

Completion not working with IPython v3.2.1 #134

Open smutch opened 9 years ago

smutch commented 9 years ago

Completion with

seems to be broken:

Error detected while processing function CompleteIPython:
line   40:
Traceback (most recent call last):
Error detected while processing function CompleteIPython:
line   40:
  File "<string>", line 3, in <module>
Error detected while processing function CompleteIPython:
line   40:
  File "/mnt/home/smutch/.vim/plugged/vim-ipython/ftplugin/python/vim_ipython.py", line 323, in ipy_compl
ete
Error detected while processing function CompleteIPython:
line   40:
    msg_id = kc.shell_channel.complete(base, current_line,
Error detected while processing function CompleteIPython:
line   40:
AttributeError: 'ZMQSocketChannel' object has no attribute 'complete'
Error detected while processing function CompleteIPython:
line   40:
Traceback (most recent call last):
Error detected while processing function CompleteIPython:
line   40:
  File "<string>", line 3, in <module>
Error detected while processing function CompleteIPython:
line   40:
  File "/mnt/home/smutch/.vim/plugged/vim-ipython/ftplugin/python/vim_ipython.py", line 323, in ipy_compl
ete
Error detected while processing function CompleteIPython:
line   40:
    msg_id = kc.shell_channel.complete(base, current_line,
Error detected while processing function CompleteIPython:
line   40:
AttributeError: 'ZMQSocketChannel' object has no attribute 'complete'