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

python 2 interactive mode exits automatically #14

Closed
gautamkrishnar opened this issue Jul 6, 2016 · 1 comment
Closed

python 2 interactive mode exits automatically #14

gautamkrishnar opened this issue Jul 6, 2016 · 1 comment
Labels

Comments

@gautamkrishnar
Copy link
Owner

from the email from @cpu82

Well, it seems that some socli features using interactive mode don't
work with python2, but they do using python3.

E.g. Options like "open in browser" fail to run: if I type 'o' then
socli exits automatically.
@gautamkrishnar
Copy link
Owner Author

i found that its because of the python input() function. Changing it to raw_input() will solve the problem

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

No branches or pull requests

1 participant