SV: Keeping the console window

K Viltersten tmp1 at viltersten.com
Sun Mar 2 12:02:08 EST 2008


> You may use python in interactive mode:
> 
> $ python -i yourScript.py
> 
> Or use a blocking readline:
> 
> $ cat yourScript.py
> import sys
> sys.stdin.readline()


Thanks guys!

--
Regards
Konrad Viltersten
--------------------------------
sleep    - a substitute for coffee for the poor
ambition - lack of sense to be lazy




More information about the Python-list mailing list