[Tutor] icons on exe?

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sun Apr 6 23:34:05 2003


On Sun, 6 Apr 2003 GREENDAY31087@aol.com wrote:

> OK, I have been using py2exe for a week now, but is there any way to
> change the icon of the created exe file?

Hello!


According to:

    http://py2exe.sourceforge.net/

there's an optional '--icon' flag that you can add to that 'python
setup.py py2exe' command; using '--icon' should let you decorate the EXE
with your own icon file.


Hope this helps!