> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to