-
Notifications
You must be signed in to change notification settings - Fork 269
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
GUI Does not Open #227
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the readme file guidance but when I executed the command " python whapa-gui.py "I got bellow error. Any support will be welcome. Thank you.
Traceback (most recent call last):
File "C:\Users\34600\OneDrive\Escritorio\whapa-master\whapa-gui.py", line 1545, in
Whapa(img_folder, icons)
File "C:\Users\34600\OneDrive\Escritorio\whapa-master\whapa-gui.py", line 188, in init
self.toolbar_but1 = Button(self.toolbar, image=self.iconsearh, command=self.open_folder)
AttributeError: 'Whapa' object has no attribute 'open_folder'. Did you mean: 'img_folder'?
The text was updated successfully, but these errors were encountered: