I've set the icon I want to use with root.iconbitmap( default='Test.ico')
and the icon appears correctly in the Tkinter GUI, but it shows the 'Tkinter feather' logo in the Windows Taskbar. When I compile the python scripts with cx_freeze, the .exe file has the correct icon, but again, the icon in the Taskbar shows the feather. Is there any way to fix this? Thanks in advance.
P.S. I'm using Python 3.6.3
EDIT:
The tkinter window shows the correct icon, the issue is that the Taskbar shows the 'feather' icon. Task Manager shows the correct icon for some reason. Strangely enough, sometimes the Taskbar shows the correct icon after a while. I haven't been able to reproduce this as it seems to occur randomly.