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

Buitlin input doesn't work over zmq #3990

Closed
fperez opened this issue Aug 11, 2013 · 0 comments · Fixed by #4120
Closed

Buitlin input doesn't work over zmq #3990

fperez opened this issue Aug 11, 2013 · 0 comments · Fixed by #4120
Labels
Milestone

Comments

@fperez
Copy link
Member

fperez commented Aug 11, 2013

Typing into any client with a remote kernel:

input('a')

produces

---------------------------------------------------------------------------
EOFError                                  Traceback (most recent call last)
<ipython-input-3-138401a29eba> in <module>()
----> 1 input('a')

EOFError: EOF when reading a line

a

This should be a simple matter of handling input calls just like we do raw_input, since in the end they are both doing the same stdin.read().

minrk added a commit to minrk/ipython that referenced this issue Aug 27, 2013
input is just `eval(raw_input(…))`

closes ipython#3990
minrk added a commit that referenced this issue Aug 29, 2013
input is just `eval(raw_input(…))`

closes #3990
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
input is just `eval(raw_input(…))`

closes ipython#3990
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant