First time here? Check out the FAQ!
1

Is it possible to get the application icon to show when testing?

  • retag add tags

When I run my GTK3 python script in WingIDE, the window that opens shows a generic Python icon:

image description

When I build the app with Pyinstaller, I can insert the icon in the process, and the built application appears with the correct program icon. I'm wondering, is there any way to get WingIDE to display the program icon in the title bar when it is running and debugging the script?

JeffH's avatar
41
JeffH
asked 2024-05-30 06:43:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Not that I know of, without changing the icon for Python itself. That could of course be done if you run a custom install of Python when debugging your app, but I doubt it's worth the trouble.

Wing also shows the generic Python icon when run in its debugger (we develop it with itself, of course). I've just gotten used to it, although in our case it does have the advantage of being a way to know which one is the debug process.

Wingware Support's avatar
4.1k
Wingware Support
answered 2024-05-30 07:52:48 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer