How to use the Python getpass.getpass in PyCharm

前端 未结 6 1163
醉话见心
醉话见心 2020-12-08 14:17

I have found getpass does not work in PyCharm. It just hangs.

In fact is seems msvcrt.getch and raw_input also don\'t work, so perhaps the issue is not with getpass

6条回答
  •  情话喂你
    2020-12-08 14:55

    For PyCharm 2018.3

    Go to 'Edit Configurations' and then select 'Emulate terminal in output console'.

提交回复
热议问题