Difference between special tags asp.net
I’m developing a front-end part of an application right now, and a question came to my mind.
I’m developing a front-end part of an application right now, and a question came to my mind.
I’m working on a GUI front end in Python 2.6 and usually it’s fairly simple: you use subprocess.call() or subprocess.Popen() to issue the command and wait for it to finish or react to an error. What do you do if you have a program that stops and waits for user interaction? For example, the program might stop and ask the user for an ID and password or how to handle an error?