how do I stop the screen scrolling ?

Ergo lord_ergo at yahoo.com
Mon Nov 3 23:48:38 EST 2003


depending on what you are doing you could do something like os.system("dir
/w/p") that would let the dos pauses take over, and generally be the easiest
way. The other way would be to capture the input into a text file and then
parse it as you view it, which would be a much more complicated way to do
it, but it would work.

Ergo
"ruari mactaggart" <ruari at charliefortune.com> wrote in message
news:bo6prd$kfp$1 at newsg1.svr.pol.co.uk...
> how do I put a pause, 'hit any key to continue' type thing in printing a
> long dictionary on the screen, please ?
>
>






More information about the Python-list mailing list