I am running the following script on my Mac:
import subprocess cmd = "sublime driver.py" p = subprocess.Popen(cmd, shell=True) p.wait()