Py-appscript Is Starting A New Finder Instance
i have a py2app application, which runs an appscript using py-appscript. the Applescript code is this one line: app('Finder').update() What this
Solution 1:
Seeing as how py-appscript is a layer between python and the application you are scripting via Applescript, I would suggest porting the statement to pure Applescript and see if it works there. There are a lot of things that can go wrong with Applescript (and your statement alone) to begin with and it's not obvious what is the expected before with py-appscript when an error occurs.
Post a Comment for "Py-appscript Is Starting A New Finder Instance"