<DIV>hello, I am using py2exe and it seems to be working great. I just tried to add an icon but I get an error message, could someone please offer some advice. My setup code is below. thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>
<P>setup(windows = [{ 'script': "wxAppEXKalc.py", 'icon_resources': [(0x0004,'horse.bmp')]}], version="1.0",)</P>
<P>here is the error:</P>
<P>&nbsp; File "C:\Python23\Lib\site-packages\py2exe\build_exe.py", line 395, in create_<BR>binaries<BR>&nbsp;&nbsp;&nbsp; arcname, target.script)<BR>&nbsp; File "C:\Python23\Lib\site-packages\py2exe\build_exe.py", line 577, in build_e<BR>xecutable<BR>&nbsp;&nbsp;&nbsp; add_icon(unicode(exe_path), unicode(ico_filename), ico_id)<BR>RuntimeError: UpdateResource: The parameter is incorrect.<BR></P></FONT></DIV>
<DIV>Jeff</DIV>