py2exe 0.5.0 (finally) released
R.Marquez
ny_r_marquez at yahoo.com
Wed Jan 21 12:59:08 EST 2004
Wolfgang Strobl <news2 at mystrobl.de> wrote
> icon_resources works for me, like so:
>
> setup( windows = ["wxKnife.py",
> {"script":"wxKnife.py","icon_resources":[(1,"images/app2.ico")]}],
> console=["installed_updates.py","installed_sw.py"],
> data_files=[("images",["images/app2.ico",]),]
> )
That worked. I see that I need to visit the wiki page now. Thank you.
-Ruben
More information about the Python-list
mailing list