To Reproduce
I've installed the latest version (I think it was released yesterday)- but unable to get it running. When I execute "VocalRemover.py"- I get the following error message:
Traceback (most recent call last):
File "D:\Program\Python Vocal Remover\VocalRemover.py", line 784, in
root = MainWindow()
File "D:\Program\Python Vocal Remover\VocalRemover.py", line 236, in init
self.save_var = tk.BooleanVar(value=data['save'])
KeyError: 'save'
I am using IDLE 3.9.8.
Screenshots
Note here that the application does start- but it's frozen
Desktop (please complete the following information):
Windows 10 Version 1909
To Reproduce I've installed the latest version (I think it was released yesterday)- but unable to get it running. When I execute "VocalRemover.py"- I get the following error message:
Traceback (most recent call last): File "D:\Program\Python Vocal Remover\VocalRemover.py", line 784, in
root = MainWindow()
File "D:\Program\Python Vocal Remover\VocalRemover.py", line 236, in init
self.save_var = tk.BooleanVar(value=data['save'])
KeyError: 'save'
I am using IDLE 3.9.8.
Screenshots
Note here that the application does start- but it's frozen
Desktop (please complete the following information): Windows 10 Version 1909
Any help is appreciated!
Best regards Solouplay