-
Notifications
You must be signed in to change notification settings - Fork 47
Fix for reading input while script is in debug with PyCharm running on MacOS #70
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
Conversation
Not sure if it need to be extracted into a different file like readchar_mac.py |
|
hmm ..if this fixes #51 , please merge. |
@AndKe I have no permissions to do that.
|
I hoped to get the attention of one of those who can. |
@andreatulimiero @magmax @jhonatan-lopes Could you please take a look? |
@magmax Would you please take a look? |
HI @spuliaiev-sfdc, I'm not a maintainer on this repo. I'm afraid that @magmax is the person you're looking for to review and close the PR. |
add macos pycharm fix magmax#70
add macos pycharm fix magmax#70
is anyone still interested in this? is the behaviour still the same with the new |
Yes
On Sun, Jul 31, 2022 at 12:12 PM Jan Wille ***@***.***> wrote:
@spuliaiev-sfdc <https://github.com/spuliaiev-sfdc> @AndKe
<https://github.com/AndKe>
is anyone still interested in this?
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3BL5OP3ERL6VNXPCY7LG3VW2QVXANCNFSM5MOEINDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Sergii Puliaiev
Workspace Engineering Team
Lead Software Engineer
|
OK, so than I need some information to properly understand this. First of all, is the behavior still the same with the current code from Than, using
Screenshots would help a lot 👍 |
@Cube707 - This is what I am getting now: |
@AndKe I can not reproduce. This works as expected on Linux/Windows: import readchar
k = readchar.readkey()
print(k) If you don't find an issue on your end, please open a seperate issue with more details. Just a thought: the prolem might come from your file beeing named |
@AndKe I just found the problem. it is indeed the filename |
closing due to inactivity. |
I notices that when we use this library with enabled debug with PyCharm on MacOS it hangs while requesting the input.
Does not matter if the script run in the PyCharm internal terminal, iTerm2 terminal or native MacOS terminal app.