Then, in guiminer.py, in your frame subclass add:
if os.path.exists("guiminer.exe"):
self.SetIcon(wx.Icon("guiminer.exe",wx.BITMAP_TYPE_ICO))
Windows should handle it natively after that, as long as the icon is in position 0.
Neat, I didn't realize you could create an wx.Icon from an executable.