I received a question about how to put an image in my frame’s toolbar on Windows. As it is, the toolbar just uses a generic icon. There are three ways that I am aware of. The first is to get an embedded image out of an executable. The second is to take some image you have and just embed it. The last way is to take your image and turn it into a Python file that can be imported. I’m sure you could also mess with PIL or maybe even use the paint handler, but I don’t know that stuff.

(more…)