PhilReinhold / liveplot

visualize your python data as it comes in, with minimal intrusion
11 stars 5 forks source link

windows taskbar icon #9

Closed circuitqed closed 10 years ago

circuitqed commented 10 years ago

It'd be great if the liveplot had its own icon (since it gets clicked on so often). I found some relevant SO threads: http://stackoverflow.com/questions/12432637/pyqt4-set-windows-taskbar-icon

PhilReinhold commented 10 years ago

I think setting the process AppID is what did it. Seems to be working now. The build process for the exe is also un-broken on my end at least. 'python setup.py py2exe' should produce an executable you can pin to the taskbar for easy launching.

Also the icon sucks, I know. If you find a better one let me know.