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

Re: [pygame] Create an exe




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

Bob Ippolito wrote:
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.

How is that done? I assume it's a line in setup.py?

I don't know, I don't use Windows very often. try python setup.py py2exe --help


-bob