What is wrong with this code?
- Code: Select all
import os
os.system("taskkill /im squeezeplay.exe /f")
os.popen('"C:\Program Files\Squeezebox\SqueezePlay\squeezeplay.exe"')
EventGhost locks up as soon as popen is run. The script works but it crashes eventghost
