-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It isnt working and I got an error help pls #3
Comments
pls put a standalone in releases |
For me it's different, no window appears when I execute the setup.py on Windows. Will I get additional software? |
when I run it (through python) this error screen appears and then it closes immediately after |
That's what I was traying to say sir! It seams that I maybe gonna do some changes to the code, but since I'm too basic for python it's kind of impossible. |
Same error on me... Please, someone help us! |
How about Pyinstaller ? |
I really don't know if it works, but for me it didn't. |
pyinstaller does not fix it |
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'
The text was updated successfully, but these errors were encountered: