screen FLY by, where is the pause? Debug needed

Michael P. Reilly arcege at shore.net
Wed Sep 15 17:05:20 EDT 1999


Ben Thomas <bthomas at trey-industries.com> wrote:
: I am woirking on my first python script. I am trying to find out why I
: am not geting the results I expect. Is there a way to pause these
: 'system' calls so the screens don't fly by so fast? I can't see the dos
: error messages.  I checked my book and deja but I don't see the answer.

You can either call input() or raw_input(), or possibly even call
os.system('pause'); I would still to raw_input() tho.

  -Arcege





More information about the Python-list mailing list