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

tkinter issue on startup. #6

Open
RubenGarcia opened this issue Feb 24, 2021 · 1 comment
Open

tkinter issue on startup. #6

RubenGarcia opened this issue Feb 24, 2021 · 1 comment

Comments

@RubenGarcia
Copy link

RubenGarcia commented Feb 24, 2021

Using
python3-tk 3.6.9-1~18.04
and latest Sankaku-Downloader (tag: 0.0.2)

$ python main.py
Traceback (most recent call last):
  File "main.py", line 2, in <module>
    mainWindow.MainWindow()
  File "Sankaku-Downloader/mainWindow.py", line 44, in __init__
    self.iconbitmap(default=resource_path(datafile))
  File "/usr/lib/python3.7/tkinter/__init__.py", line 1869, in wm_iconbitmap
    return self.tk.call('wm', 'iconbitmap', self._w, '-default', default)
_tkinter.TclError: wrong # args: should be "wm iconbitmap window ?bitmap?"
@RubenGarcia
Copy link
Author

Commenting out line 44 fixes the exception.

yalexwander pushed a commit to yalexwander/Sankaku-Downloader that referenced this issue Oct 14, 2021
yalexwander pushed a commit to yalexwander/Sankaku-Downloader that referenced this issue Oct 15, 2021
yalexwander pushed a commit to yalexwander/Sankaku-Downloader that referenced this issue Oct 15, 2021
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