You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use py-applescript to move geeklets in my GeekTools setup.
Copied existing, working AppleScript into python as string to run (from PyCharm as test script).
Got the following error:
applescript.ScriptError: Not authorized to send Apple events to GeekTool Helper. (-1743) app='GeekTool Helper' range=49-57
The text was updated successfully, but these errors were encountered:
Try running from Terminal.app. Due to System Integrity Protection (SIP), the app that runs the script must ask for permission the first time to send scripting events. It may be that PyCharm isn't doing this. Terminal will.
Attempting to use py-applescript to move geeklets in my GeekTools setup.
Copied existing, working AppleScript into python as string to run (from PyCharm as test script).
Got the following error:
applescript.ScriptError: Not authorized to send Apple events to GeekTool Helper. (-1743) app='GeekTool Helper' range=49-57
The text was updated successfully, but these errors were encountered: