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

figure out why zio doesn't work in interactive python env #8

Open
zTrix opened this issue Jul 31, 2014 · 3 comments
Open

figure out why zio doesn't work in interactive python env #8

zTrix opened this issue Jul 31, 2014 · 3 comments
Assignees

Comments

@zTrix
Copy link
Owner

zTrix commented Jul 31, 2014

No description provided.

@zTrix zTrix self-assigned this Jul 31, 2014
@zTrix zTrix assigned fqj1994 and unassigned zTrix Oct 28, 2014
@zTrix
Copy link
Owner Author

zTrix commented Oct 28, 2014

from zio import *
io = zio('echo 123')
print io.read()

run this in interactive mode, for example in ipython, it will print out nothing. figure out why?

@fqj1994
Copy link
Collaborator

fqj1994 commented Oct 28, 2014

Can't reproduce

In [1]: from zio import *

In [2]: io = zio('echo 123')

In [3]: print io.read()
123
123

@fqj1994 fqj1994 closed this as completed Oct 28, 2014
@Qoobee
Copy link
Collaborator

Qoobee commented Oct 28, 2014

arch:
In [1]: from zio import *

In [2]: io = zio('echo 123')

In [3]: print io.read()
123
123

Mac:
In [1]: from zio import *

In [2]: io = zio('echo 123')

In [3]: print io.read()

@Qoobee Qoobee reopened this Oct 28, 2014
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

3 participants