Password Prompt

varner at PENELOPE.CHEM.UIC.EDU varner at PENELOPE.CHEM.UIC.EDU
Wed Aug 18 14:06:02 EDT 1999


Hi,

I'm writing a Tkinter interface to a program that prompts for a
password.  I would like to pop a dialog when the program sends the
prompt, but I'm having a little trouble figuring out how to do that.
Right now I'm doing

	message = os.popen (command, 'r').readlines ()

but the program sits at this line waiting for a response to the
password prompt.  Any hints?
-- 
Sam Varner
Department of Chemistry
University of Illinois at Chicago




More information about the Python-list mailing list