py2exe 0.5.0 (finally) released

Thomas Heller theller at python.net
Wed Jan 21 13:33:13 EST 2004


ny_r_marquez at yahoo.com (R.Marquez) writes:

> 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

It is also in the samples\advanced, although commented out.

Thomas



More information about the Python-list mailing list