Re: py2exe Icon Resources

2008-04-30 Thread Thomas Heller
[EMAIL PROTECTED] schrieb: > I have created an app using python and then converting it to an exe > using py2exe, and have the following code: > > "icon_resources": [(1, "appFavicon.ico"), (2, "dataFavicon.ico")] > > in my py2exe setup file, the appFavicon works fine and it sets that as > the app

Re: py2exe Icon Resources

2008-04-29 Thread Mike Driscoll
On Apr 29, 3:24 pm, [EMAIL PROTECTED] wrote: > I have created an app using python and then converting it to an exe > using py2exe, and have the following code: > > "icon_resources": [(1, "appFavicon.ico"), (2, "dataFavicon.ico")] > > in my py2exe setup file, the appFavicon works fine and it sets th

py2exe Icon Resources

2008-04-29 Thread flarefight
I have created an app using python and then converting it to an exe using py2exe, and have the following code: "icon_resources": [(1, "appFavicon.ico"), (2, "dataFavicon.ico")] in my py2exe setup file, the appFavicon works fine and it sets that as the app icon thats fine, but the program creates