So öffnen Sie Python eine Anwendung auf Mac

import os
os.system("""osascript -e 'tell app "Safari" to open'""")
Muddy Manx