[問題] 要如何顯示出shell script內的log

作者: ghost108 (Rick-Zeng)   2017-09-22 17:17:09
手機排版很傷眼睛
各位程式高手,小弟初學者
目前遇到瓶頸
想用試試看在python下執行shell script
然後show出此shell script的執行log ,一行一行列出
使用過subprocess.popen
communicate, stdout
發現都是最後執行shell script完畢後才出現
想要的內容
因為我不想在背景下看不到執行過程
tkinter介面會出現“沒有回應“
所以想要找個辦法去解
作者: neil987 (R5大小姐-EX人品崩壞)   2017-09-22 23:15:00
我的做法是 myscript.py > temp.txt read temp del temp查了一下 應該是這個 https://goo.gl/2nJQGv

Links booklink

Contact Us: admin [ a t ] ucptt.com