We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With python 2.7 on Windows we cannot import readline. A possible workaround would be to try to import pyreadline as readline, as explained in http://stackoverflow.com/questions/6024952/readline-functionality-on-windows-with-python-2-7.
The text was updated successfully, but these errors were encountered:
I also see this issue. I'm going to try pyreadline. If smop works well it would be nice to see it polished and tested on windows.
Sorry, something went wrong.
Guys as you probably guessed I dont use windows, so when you reach agreement let me know what to do
No branches or pull requests
With python 2.7 on Windows we cannot import readline. A possible workaround would be to try to import pyreadline as readline, as explained in http://stackoverflow.com/questions/6024952/readline-functionality-on-windows-with-python-2-7.
The text was updated successfully, but these errors were encountered: