[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Create an exe




On Feb 22, 2005, at 12:00 AM, Kris Schnee wrote:

Make sure the default Pygame icon (pygame.ico) is also in the same
directory. (This bug is fixed in Pygame 1.7.)

There's a default Pygame icon for EXEs? Whenever I build an EXE I just get a generic Windows EXE icon (of a white window). How do I change it?

The icon used by pygame is for the taskbar and window. pygame does not build exe's, py2exe does, so if you want to specify a custom icon you will have to tell py2exe which icon you want.


-bob