Quartz module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My add-in imports the 'keyboard' module that works well on my Win machine.
I have the keyboard library in my code library.
I am using it so when the user enters some data in a text box, it 'Tabs' to the next text box and also 'Esc' after a message 'error' box.
However, when loading up on a Mac OS it gives an error about not finding a "Quartz" module which it is looking for in keyboard.py.
All I can find on the internet is to use "pip install pyobjc"
I don't think all users will know how to do this.
Is there something I can put in my code to do this automatically?
Or where can I find the 'Quartz' library to put in my code library like I did with the keyboard library?
Or using something else instead of 'keyboard' that works on both Mac and Win?
Thank you.