-
Notifications
You must be signed in to change notification settings - Fork 46
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
readkey does not work in PyCharm debugger #51
Comments
Ah sorry for the late reply. Yes I already did that, but without success. Do you have any other idea? |
Sorry, I don't except for trying the next option down to run with the Python Console. Unfortunately PyCharm likes to grab input when debugging. I had similar problems with working on my cooked_input package. |
ok, thank you anyway! Anyone else having an idea? |
In my case, when I check that option, I don't have the error "termios..." and the program works but it halts on readkey function execution and even when I press key in the console, the program still is halting on readkey execution. Has anyone had that problem and solved it? |
I have been able to solve it by this fix: #70 |
Hi,
I love your work but noticed that in PyCharm using the debugger the readkey function never returns anything. I am using Ubuntu 18.04 and PyCharm Community 2019.3.4. readchar is installed via pip in version 2.0.1. Do you know how I can fix it?
Cheerz
The text was updated successfully, but these errors were encountered: