I have this problem that I couldn't be able to resolve. Basically, I successfully created a Python GUI which I packaged it using pyinstaller by issuing this command:
C:\Python27x86\Scripts\pyinstaller.exe --onedir --windowed --noupx --icon=myicon.ico mygui.py
The icon has changed successfully but only in the clickable app but not on the Task Bar, the icon on the task bar looks like the one found below and different from my icon, how can I change the icon only on the Task bar?
I am using Python2.7 32 bit and the O.S is Windows 7 Professionals
Thanks a lot in advance