Distributing application newbie

Hi all thread readers;

Mico wrote.

Yes, the size of wx* would not be a turn off if I created

a large and complex application. So I guess I have to make
large application if I want to distribute python exe files
created
by py2exe :stuck_out_tongue:

You have not to! Python scripts being small, the final
distribution will always have more or less the same size.

Uwe wrote:

Actually wrong. Just use the --icon option. It got to be a

.ico file though.

python setup.py py2exe --icon bla.ico

Sorry I do not completely agree. This depends on
the win version.

from py2exe doc (0.3.3) and (0.3.4):

This options allows to change the icon in the exe-file. You
can only use this flag if you run the build process under
Windows NT or Windows 2000.

Have all a nice day
Jean-Michel Fauth, Switzerland