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

Completion not working with IPython v3.2.1 #134

Open
smutch opened this issue Aug 2, 2015 · 0 comments
Open

Completion not working with IPython v3.2.1 #134

smutch opened this issue Aug 2, 2015 · 0 comments

Comments

@smutch
Copy link

smutch commented Aug 2, 2015

Completion with

  • IPython==3.2.1
  • vim-ipython==latest
  • pyzmq==14.7.0
  • Python==2.7.2

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'
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

1 participant