[Tutor] Help with file I/O.

Alan G alan.gauld at freenet.co.uk
Wed Aug 3 23:36:55 CEST 2005


> When I ran my new password program, using getpass, it warned me that
> passwords might be echoed, because there was a problem with getpass. 
> How do I fix this?

Can we see the code and error message. Otherwise we'd just be 
guessing...

The Python error messages usually tell you as much as you need to fix
it, like roughly where to look and what the nature of problem is.

If its not really an error what happens when you run your program?
Does getpass import? (Try it at the >>> prompt)

If so does it in fact echo?

Alan G.



More information about the Tutor mailing list