[Pythonmac-SIG] Getting an ugly icon?

Ronald Oussoren ronaldoussoren at mac.com
Wed Nov 8 09:12:01 CET 2006


 
On Wednesday, November 08, 2006, at 09:09AM, "Chris Van Bael" <chris.van.bael at gmail.com> wrote:
>Hi,
>
>Whatever I try, I always get a very ugly icon in my Python program.
>
>What I do:
>Open Icon Composer, click on the 128x128 field and open an 180x180 icon.
>Let it rescale it and save it as an icns file.
>In Preview this icns file looks great.
>When I make an app with py2app it's included "--iconfile childsplay.py"
>However when I startup my program, it has a very ugly icon file.
>In the .app I see that the icns file is included.
>
>I once made the app with an ugly windows icon file, but I remove
>everything before I run py2app, so that would seem strange.
>And _some_ file is included, but it is really my icon, but very fugly!

I have fixed an icon-related issue a while back and don't know if there has been a release since then. Could you try the development version of py2app (easy_install py2app==dev)?

Ronald


More information about the Pythonmac-SIG mailing list