while循環在我的Python腳本 while 1:
functionToGetXandY
if x == z:
os.system("google-chrome --start-maximized " + x)
currentLink = latestLink
if y == z:
subprocess.call([vlc_p
我設計使用pythonqt的接口,當我嘗試使用os.system,接口凍結打電話給我的程序。 def pairClicked(self,exp1,exp2):
os.system("""cd kat
./run -v pair""") #in the terminal i used to call my python interface, it runs this c