Vince Teachout wrote: > Since this seems to be a Python day, I'd like to ask a stupid-noobie > question that I've been wondering about for a long time. I even tried > googling it once, but probably entered the wrong terms and got > umpty-billion unhelpful articles. > > In my admittedly extremely limited dealings with Python, every time I > run a Python program, it runs the very nice GUI window, but also pulls > up a black window that looks very much like the old DOS screen. I don't > need details, just a yes/no, but is there any way to shut that screen > off? If not, that would be a deal-killer for several of my more picky > clients. Just curious. Thanks.
Black box is there to see output while developing. I don't let my clients see any of that. Paul -- http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

