Is it possible to get the application icon to show when testing?
When I run my GTK3 python script in WingIDE, the window that opens shows a generic Python icon:
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?
Comments