Re: [Tutor] Input mask for console?

2006-09-14 Thread Chris Hengge
The chosen solution was posted by kent... he said getpass.getpass().   As far as a "sample" password... how do I display something I was asking how to hide? =P   >>> Enter Password: "nothing seen here" =D  On 9/14/06, Tiago Saboga <[EMAIL PROTECTED]> wrote: Em Quarta 13 Setembro 2006 21:55, Chris H

Re: [Tutor] Input mask for console?

2006-09-14 Thread Tiago Saboga
Em Quarta 13 Setembro 2006 21:55, Chris Hengge escreveu: > nevermind.. figured it out.. Thanks. Hi Chris, It's not just for you, but I'd like to make a comment. When you write to this list, remember that other people read your questions too, and may be interested in the answers. By the way, I'v

Re: [Tutor] Input mask for console?

2006-09-13 Thread Chris Hengge
I'm assuming I can use that like usrpass = getpass.getpass(raw_input("Password: ")) On Wed, 2006-09-13 at 19:48 -0400, Kent Johnson wrote: > Chris Hengge wrote: > > I need either a way to mask the input from a console, or a method to not > > display the typed characters to the screen. Someone po

Re: [Tutor] Input mask for console?

2006-09-13 Thread Chris Hengge
nevermind.. figured it out.. Thanks. On Wed, 2006-09-13 at 19:48 -0400, Kent Johnson wrote: > Chris Hengge wrote: > > I need either a way to mask the input from a console, or a method to not > > display the typed characters to the screen. Someone point me in the > > right direction? > > getpass.g

Re: [Tutor] Input mask for console?

2006-09-13 Thread Kent Johnson
Chris Hengge wrote: > I need either a way to mask the input from a console, or a method to not > display the typed characters to the screen. Someone point me in the > right direction? getpass.getpass() ? Kent ___ Tutor maillist - Tutor@python.org htt

[Tutor] Input mask for console?

2006-09-13 Thread Chris Hengge
I need either a way to mask the input from a console, or a method to not display the typed characters to the screen. Someone point me in the right direction? Thanks. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor