doing standart window icons unvisible in python

Larry Bates larry.bates at websafe.com
Mon Apr 2 18:26:04 EDT 2007


gslm wrote:
> Hi!
> I want to do close-minimize icons unvisible in python.How can I do
> this?I want to do this especially for printing.
> And is it possible to provide .exe file for any program in python or
> only we can change the file as .pyw?
> 
I don't understand what you mean by close-minimize icons unvisible, but
I can answer the .exe question.  Take a look at py2exe which allows
you to bundle up python program as .exe for distribution.  You can
see it a www.py2exe.org.

-Larry



More information about the Python-list mailing list