Simran Jeet
unread,Oct 2, 2016, 4:19:36 AM10/2/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lugg...@googlegroups.com
I started using Eclipse with Pydev recently for python code. I am
writing a script where I'd like to enter a password via the console,
and the password should not be displayed.
So far I was calling getpass.getpass(), which was fine when I ran my
script in command line, but run in Eclipse the password is displayed
while typing it. Apparently, this is a documented behavior for
getpass. Do you know any workaround for this ?