Fix for reading input while script is in debug with PyCharm running on MacOS - #70
Fix for reading input while script is in debug with PyCharm running on MacOS#70spuliaiev-sfdc wants to merge 1 commit into
Conversation
spuliaiev-sfdc
commented
Jan 21, 2022
Not sure if it need to be extracted into a different file like readchar_mac.py |
spuliaiev-sfdc
commented
Jan 21, 2022
|
AndKe
commented
Feb 17, 2022
hmm ..if this fixes #51 , please merge. |
spuliaiev-sfdc
commented
Mar 7, 2022
@AndKe I have no permissions to do that.
|
AndKe
commented
Mar 7, 2022
I hoped to get the attention of one of those who can. |
spuliaiev-sfdc
commented
Mar 8, 2022
@andreatulimiero@magmax@jhonatan-lopes Could you please take a look? |
spuliaiev-sfdc
commented
Apr 26, 2022
@magmax Would you please take a look? |
jhonatan-lopes
commented
Apr 26, 2022
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 fixmagmax#70
add macos pycharm fixmagmax#70
is anyone still interested in this? is the behaviour still the same with the new |
spuliaiev-sfdc
commented
Jul 31, 2022
via email
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 |
Cube707
commented
Jul 31, 2022
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 👍 |
AndKe
commented
Aug 1, 2022
@Cube707 - This is what I am getting now: |
@AndKe I can not reproduce. This works as expected on Linux/Windows: importreadchark=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 |
Cube707
commented
Aug 1, 2022
@AndKe I just found the problem. it is indeed the filename |
Cube707
commented
Sep 4, 2022
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.