-
Notifications
You must be signed in to change notification settings - Fork 15
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 'CodingTable' is not defined #17
Comments
Could you please provide a description on how to reproduce this and some OS and Python information? |
I am using Windows 10 Pro 64bit |
I am getting the same error |
I am using Windows 10 Home and python 39 |
Hmm, strange. I cannot reproduce it on my linux desktop. Please find attached the file I used and try it if this trigger the error: demo_sound.zip |
Your file didn't trigger that error but here is a file that gives that error to me on windows 10 |
Just an update, i also face the same error,
|
Same here... (Win10/python v3.9.6) I want to make my own samples to use in Talkie (Arduino speech lib), dunno if that was you guys' purpose also. HOWEVER: I did manage to use the command line though ! After installing Scipy I did: python python_wizard -S -f arduino ..\that_was_easy.wav Pasted the output in the sketch and succes ! |
Hello, I had the same problem with the same project (arduino uno, python 3.9, windows 10 pro, same video...) but I solved it so I decided to share that answer as my 1st post on github : |
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\asrock\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\asrock\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 814, in callit
func(*args)
File "C:\Software\python_wizard\python_wizard_gui", line 300, in _repeatedly
self._readback_table()
File "C:\Software\python_wizard\python_wizard_gui", line 285, in _readback_table
params = frame.parameters()
File "C:\Software\python_wizard\pywizard\FrameData.py", line 37, in parameters
self._parameters = self.parametersWithTranslate(False)
File "C:\Software\python_wizard\pywizard\FrameData.py", line 47, in parametersWithTranslate
parameters["kParameterGain"] = self.parameterizedValueForRMS(self.reflector.rms, translate=translate)
File "C:\Software\python_wizard\pywizard\Reflector.py", line 76, in rms
return self.codingTable.rms[CodingTable.kStopFrameIndex - 1]
NameError: name 'CodingTable' is not defined
The text was updated successfully, but these errors were encountered: