Windows: Warning: Problem with getpass. Passwords may be echoed.

Patrick Useldinger no at way.lu
Tue Mar 18 16:48:18 EST 2003


Hello,
I use the precompiled binaries from python.org, and get the following
message(s).
I read about termios, but it does not seem to exist on windows, or at least
in this build.
Is there any build that included all that is needed?

---------------------------------------
cut -------------------------------------------
PythonWin 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on win32.
Portions Copyright 1994-2001 Mark Hammond (mhammond at skippinet.com.au) - see
'Help/About PythonWin' for further copyright information.
>>> from getpass import getpass
>>> getpass("test")
Warning: Problem with getpass. Passwords may be echoed.
test>>> sss
'sss'
>>> import termios
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: No module named termios
>>> import TERMIOS
I:\Python2.2.2\lib\TERMIOS.py:7: DeprecationWarning: the TERMIOS module is
deprecated; please use termios
  DeprecationWarning)
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "I:\Python2.2.2\lib\TERMIOS.py", line 11, in ?
---------------------------------------
cut -------------------------------------------

Many thanks in advance,
-Patrick

--
email: 'dXNlbHBhQG15cmVhbGJveC5jb20=\n'.decode('base64')






More information about the Python-list mailing list