RE: getpass.getpass not working under Windows

2001-06-27 Thread Mark Hammond
> On my machine if I type the following two lines at interactive > prompt, PythonWin > locks up and must be terminated. When I run from DOS prompt it > works properly. > Is it just my machine or does it act this way for others? Without even trying it, I can guarantee is locks up for everyone :(

getpass.getpass not working under Windows

2001-06-27 Thread Larry Bates
On my machine if I type the following two lines at interactive prompt, PythonWin locks up and must be terminated. When I run from DOS prompt it works properly. Is it just my machine or does it act this way for others? >>> import getpass >>> pw=getpass.getpass("Input Password? ") -Larry __