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

GUI Does not Open #227

Open
JoseJuan1986 opened this issue Jan 1, 2025 · 6 comments
Open

GUI Does not Open #227

JoseJuan1986 opened this issue Jan 1, 2025 · 6 comments

Comments

@JoseJuan1986
Copy link

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'?

@chrisSCM
Copy link

chrisSCM commented Jan 9, 2025

+1

@chrisSCM
Copy link

chrisSCM commented Jan 9, 2025

I found the problem - must have been some nervous finger ;-)
image

Fixing this in whapa-gui.py (removing the extra "def system_slash(...)" and correcting the indents) fixes it.

@JoseJuan1986
Copy link
Author

@chrisSCM it worked for me too. Thank you Chris

@DankCoffee
Copy link

I'm not a programmer, but can you show me the corrections @chrisSCM? Thanks in advance

@daro445
Copy link

daro445 commented Jan 12, 2025

I have the same problem :,c

@tyr7z
Copy link
Contributor

tyr7z commented Jan 12, 2025

It was this guy with this pull request which caused the issue: c5d866f.
Should be reverted.

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

5 participants