Skip to content
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

NameError: name 'quit' is not defined #38

Open
gigikentlight opened this issue Jun 29, 2024 · 0 comments
Open

NameError: name 'quit' is not defined #38

gigikentlight opened this issue Jun 29, 2024 · 0 comments

Comments

@gigikentlight
Copy link

Trying to get this running, and getting:

C:\Users\temp\Downloads\SynthesiaKontrol.v1.4>python3 --version
Python 3.12.4

C:\Users\temp\Downloads\SynthesiaKontrol.v1.4>SynthesiaKontrol.exe
Select your keyboard (1, 2, 3, ...) and press 'Enter':
1-Komplete Kontrol S61 MK2
2-Komplete Kontrol S88 MK2
3-Komplete Kontrol S49 MK2
4-Komplete Kontrol S61 MK1
5-Komplete Kontrol S88 MK1
6-Komplete Kontrol S49 MK1
7-Komplete Kontrol S25 MK1
2
Connecting to Komplete Kontrol Keyboard
Opening Keyboard device...
Error: open failed
Traceback (most recent call last):
File "SynthesiaKontrol.py", line 26, in init
File "hid.pyx", line 142, in hid.device.open
OSError: open failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\jacqu\AppData\Local\Programs\Python\Python310\Lib\site-packages\cx_Freeze\initscripts_startup_.py", line 130, in run
File "C:\Users\jacqu\AppData\Local\Programs\Python\Python310\Lib\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
File "SynthesiaKontrol.py", line 232, in
File "SynthesiaKontrol.py", line 29, in init
NameError: name 'quit' is not defined

C:\Users\temp\Downloads\SynthesiaKontrol.v1.4>

looks like it's referencing files under jacqu username?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant