It appears I do have AppKit module installed in the Frameworks/Python.Framework..../site-packages directory, but this Python task (from appkit import NSWorkspace) doesn't work.
Post
Replies
Boosts
Views
Activity
Was never able to get this to run normally. What I had to do was create a Python Virtual Environment to get this to work. If anyone's interested, you can go here:
https://python.land/virtual-environments/virtualenv
Cheers!