Tagged Questions
1
vote
2answers
458 views
Apple Event Handler Failure (Python/AppScript)
I have written the following really simple python script to change the desktop wallpaper on my mac (based on this thread):
from appscript import app, mactypes
import sys
fileName = sys.argv[1:]
...