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 _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
- RE: getpass.getpass not working under Windows Larry Bates
- RE: getpass.getpass not working under Windows Mark Hammond