I believe you need to reference the .ico
file directly from the EXE or DLL that you are creating with py2exe
. You seem to have the setup.py script correct, so take a look at: http://www.py2exe.org/index.cgi/CustomIcons. There is an example for wxWidgets, but you could try to adapt it to Qt.
swanson
2010-02-22 17:03:07