python gtk: input box and "enter"

2009-12-22 Thread edgue
Hello there, I am somewhat fluent in python ... good enough for the daily business scripting stuff. I have a little script that I use to start the afs service on my machine and to collect tokens for multiple afs cells. I want to enter the password using a GUI window (stdin in a terminal window is

Re: python gtk: input box and "enter"

2009-12-23 Thread edgue
On Dec 23, 12:33 pm, Nobody wrote: > self.entry.connect("activate", self.click) Does the job. Thank you very much! -- http://mail.python.org/mailman/listinfo/python-list