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.TclError: bitmap "\appJar\resources\icons\favicon.ico" not defined #619

Open
fullmacht opened this issue May 15, 2020 · 3 comments

Comments

@fullmacht
Copy link

I used pyinstaller and run program.

image

I tried to set app.winIcon = None and by using pyinstaller set default icon to my file. When i use showIcon = False my program did not start.

@KidlandCode
Copy link

KidlandCode commented May 15, 2020 via email

@fullmacht fullmacht reopened this May 15, 2020
@fullmacht
Copy link
Author

maybe pip install tinter?

On Fri, May 15, 2020 at 8:45 AM fullmacht @.***> wrote: I used pyinstaller and run program. [image: image] https://user-images.githubusercontent.com/45352024/82056829-27e3f600-96cb-11ea-8b0a-fa0e55da6b21.png I tried to set app.winIcon = None and by using pyinstaller set default icon to my file. When i use showIcon = False my program did not start. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#619>, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJRT7SMTCR4I766EYKCPLDRRVBQ5ANCNFSM4NBSZNWQ .

When i changed app.go(startWindow='Subwindow_name' to app.go() it had worked but i need that first will start Subwindow. When i imported Tkinter how you said with showIcon=False and app.winIcon = None the error disappeared but my program did not open.

@KidlandCode
Copy link

KidlandCode commented May 15, 2020 via email

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

2 participants