-
Notifications
You must be signed in to change notification settings - Fork 163
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
'ZMQSocketChannel' object has no attribute 'execute' #120
Comments
Same mistake here, on a different platform though:
|
Same here: Also, related to @bfredl comment, i just downgraded my ipython to version 2.1.0 and i got a different error:
Also, tried the #119 with ipython3, but no luck! |
I use it with ipython 2.0 in a virtual environment and it works! I got the same error with ipython 3 |
I still get this message with master and the newly merged #119 and ipython3 |
Same here. I have seen multiple error reports with this plug-in which is a pity because if it worked it would be great and one of its kind! I have spent a number of hours already trying to make it work in my ubuntu box and still it won't work with every new thing I attempt. This is what I get
I am under Python 2.7.10 |Anaconda 2.1.0 (64-bit)| IPython 3.1.0 |
A little more information from my side. I've got the exact same error on my CentOS box, but not my Ubuntu box.
As you can see, But the output of
It seems that I really love your plugin, and it works like a charm on my Ubuntu laptop with a dated IPython. I hope this debug info helps you in some way. |
Whenever it calls a method on the shell_channel it should call that method on the kernelclient directly, so it should be |
I've made a PR (#126) that hopefully fixes this issue. |
Windows 7 (64)
Vim 7.4
IPython QtConsole 3.0.0
ZMQ 14.5.0
Python 2.7.9 |Anaconda 2.2.0 (64-bit)|
I was getting exactly the same error described in #95, so I followed the instructions to modify my gvim.exe. Now, I'm getting a different error when calling
IPython
from vim.I have experimented with different versions of DLLs installed on my computer, with the same result.
The text was updated successfully, but these errors were encountered: