appJar icon indicating copy to clipboard operation
appJar copied to clipboard

_tkinter.TclError: bitmap "\appJar\resources\icons\favicon.ico" not defined

Open fullmacht opened this issue 4 years ago • 3 comments

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.

fullmacht avatar May 15 '20 13:05 fullmacht

maybe pip install tinter?

On Fri, May 15, 2020 at 8:45 AM fullmacht [email protected] 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 https://github.com/jarvisteach/appJar/issues/619, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJRT7SMTCR4I766EYKCPLDRRVBQ5ANCNFSM4NBSZNWQ .

KidlandCode avatar May 15 '20 14:05 KidlandCode

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.

fullmacht avatar May 15 '20 18:05 fullmacht

did you do it in your terminal?

On Fri, May 15, 2020 at 1:48 PM fullmacht [email protected] wrote:

maybe pip install tinter? … <#m_-9096214699621460065_> 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 https://github.com/jarvisteach/appJar/issues/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.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jarvisteach/appJar/issues/619#issuecomment-629420441, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJRT7QWPDYGY3GHN3TLNP3RRWE7NANCNFSM4NBSZNWQ .

KidlandCode avatar May 15 '20 20:05 KidlandCode