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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to