-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I am trying to run it on windows in the PyCharm IDE. When I try to run it, after already having installed pyaudio, I get this error:
Traceback (most recent call last):
File "D:/Program Files/offkeyboard/offkeyboard/init.py", line 16, in
from note_reader import NoteReader
File "D:\Program Files\offkeyboard\offkeyboard\note_reader.py", line 6, in
from keymaps import MarioMap
File "D:\Program Files\offkeyboard\offkeyboard\keymaps.py", line 35, in
from mouse import MOUSE_UP_KEY, MOUSE_DOWN_KEY, MOUSE_LEFT_KEY, MOUSE_RIGHT_KEY, MOUSE_CLICK_KEY
File "D:\Program Files\offkeyboard\offkeyboard\mouse.py", line 4, in
from Quartz.CoreGraphics import CGEventCreateMouseEvent
ModuleNotFoundError: No module named 'Quartz'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels