Srinivasa wrote: > Hai friends, > I wrote a programme to display a window (ui) using Python. I renamed it > as .pyw to avoid popping-up the dos window while running it. It worked > fine. But when i converted it to executable file using py2exe; the dos > window appears. Can anybody tell me what the solution is.
Would be easier to give you a proper example if you posted some code, esp the setup.py script. I'm guessing though that you are using the 'console' option to the setup function in your script rather than the 'windows' option. See help(py2exe) in the python console for more information. -- http://mail.python.org/mailman/listinfo/python-list