I\'ve been trying to embed an icon (.ico) into my \"compyled\" .exe with py2exe.
Py2Exe does have a way to embed an icon:
windows=[{ \'script\':\'MyS
It seems that the order of icon sizes is the key, as said by Helmut. To invert the pages (larger ones first) solves the issue on Windows 7 for 'include_resources' (using Py2exe 0.6.9).